body {
    background: url(images/wallpaper.jpg);
}

#start {
    margin-top: 10px;
    margin-right: 10px;
    position: fixed;
    right: 1%;
    bottom: 5px;
}

.butt {
    display: inline;
    margin-top: 5px;
    width: 33%;
    font-size: 20px;
    border: 1px solid black;
    background: black;
    color: rgb(206, 238, 176);
    border-radius: 10px;
    font-family: 'Girassol', cursive;
    transition: all 1s;
}

.butt:hover {
    color: black;
    background-color: rgb(206, 238, 176);
}

.hide {
    width: 0%;
    transition: all 1s;
    display: none;
}

.player {
    margin-left: 1%;
    transition: all 1s;
    margin-top: 5px;
}

#counter {
    transition: all 1s;
    font-size: 50px;
    position: fixed;
    left: 5px;
    bottom: 5px;
    font-family: 'Girassol', cursive;
    color: white;
}
#resultsw {
    text-align: center;
    transition: all 1s;
    font-family: 'Girassol', cursive;
    color: Gold;
}
#resultsl {
    text-align: center;
    transition: all 1s;
    font-family: 'Girassol', cursive;
    color: Red;
}