body {
    overflow: hidden;
    background-image: url(../images/cp_game_background_1.png);
    background-size:100% ;
}

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

.gd-scoreboard {
    position: absolute;
    top: 10px;
    left: calc(20vw - 32px);
    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;
}

.gd-stopwatch {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
    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;
}

.gd-stopwatch2 {
    position: absolute;
    top: 10px;
    left: 175px;
    width: 130px;
    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;
}

.arrow {
    background-image: url(../images/pzUH/Object/Sign_2.png);
    position: absolute;
    width: 62px;
    height: 64px;
}

.gd-scoreboardlevel {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 20px;
    border: 4px outset #ed6;
    border-radius: 30px;
    padding-top: 0px;
    font: 20px bold Calibri, Arial, sans-serif;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    color: #def;
    z-index: 100;
}
