@font-face {
    font-family: "Goku-Sans";
    src: url(../fonts/Goku/Saiyan-Sans.ttf);
}

@font-face {
    font-family: "Sonic-Sans";
    src: url(../fonts/Sonic/NiseSegaSonic.TTF);
}

*{
    margin: 0;
    /* padding: 0; */
    /* border: none; */
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

#cenario{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(../imgs/road.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
}
#floor{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(../imgs/floor.png);
    background-repeat: round;
    /*Adaptar com #go*/
    
}

#nome{
    font-size: 0px;
}

.vicDance{
    justify-content: center;
    display: flex;
    
}

#re0{
    display: none;
    justify-content: center;
    

}

#re0 a{
    background-color: brown;
    border: solid 2px darkred;
    padding: 2px;
    margin-top:60px;
    color: aliceblue;
}
#go{
    display: none;
    /*Adaptar com #floor*/
    padding-left: 45%;

}
#winner{
    position: absolute;
    width: 200px;
    height: 200px;
    /* background-image: url(../imgs/sonicwins.gif) ; */
    background-size: 100% 100%;
    /* bottom: 50%;
    left: 50%; */

    
}

#goku{
    position: absolute;
    width: 100px;
    height: 120px;
    background-image: url(../imgs/gokustop.gif) ;
    background-size: 100% 100%;
    bottom: 150px;
    left: 0;
}

#sonic{
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../imgs/sonicstop.gif) ;
    background-size: 100% 100%;
    bottom: 120px;
    left: 0;
}

#sasuke{
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../imgs/sasukestop.gif) ;
    background-size: 100% 100%;
    bottom: 70px;
    left: 0;
}

#looser{
    position: absolute;
    width: 80px;
    height: 100px;
    background-image: url(../imgs/itachi.gif) ;
    background-size: 100% 100%;
    bottom: 30px;
    left: 0;
}