body {
    overflow: hidden;
    background-image: url(../images/vecteezy_background.jpg);
}

.gd-hero {
    z-index: 10;
}

.gd-d-none {
    display: none;
}

.gd-scoreboard {
    position: absolute;
    top: 10px;
    left: 10px;/* calc(50vw - 62px);*/
    min-width: 120px;
    height: 70px;
    border: 4px outset #ed6;
    border-radius: 30px;
    padding: 10px 10px 0px 10px;
    font: 50px bold Calibri, Arial, sans-serif;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    color: #def;
}

.gd-stopwatch {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 120px;
    height: 70px;
    border: 4px outset #ed6;
    border-radius: 30px;
    padding-top: 10px;
    font: 50px bold Calibri, Arial, sans-serif;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    color: #def;
}
