@font-face {
    font-family: CursedTimerUlil;
    src: url(font/CursedTimerUlil-Aznm.ttf);
}
body {
    background-color:#2b2b2b;
    background-image: url("img/basketball.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height:100%;
}

.container{
    text-align: center;
    justify-content: center;
    align-items: center;
}

h3{
    color:#E5E5E5;
    text-align: center;
    margin:auto;
    vertical-align: center;
}
.box{
    font-family: Cursed Timer ULiL;
    letter-spacing: 0em;
    background-color:black;
    color:red;
    font-family:CursedTimerUlil;
    width:100%;
    max-width: 5rem;
    margin: auto;
    vertical-align: center;
    padding-top:0.5rem;
    text-align: center;
    align-items: center;
    justify-self: center;
}
.wrapper{
    width: 100%;
    margin:1rem auto;
    background-color: #181818;
    border-radius: 1rem;
    padding:1rem;
    display: flex;
    border: 1px solid #e94a60;
}
.wrapper-2{
    background-color: #181818;
    border-radius: 1rem;
    margin: 1rem auto;
    padding:0.5rem;
    width:20rem;
    border: 1px solid #9bb899;
}
/* control */
.wrapper-3{
    background-color: #739a82;
    border-radius: 1rem;
    margin: 1rem auto;
    padding:0.5rem;
    width:20rem;
    border: 1px solid #fccfaa;
}
.wrapper-2 h3{
    margin-bottom:0.5rem;
}
#winner, #final-1, #final-2{
    color:#ff0000;
}