*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url(./images/cat-3695213_1280.jpg);
}
#container{
    width: 40rem;
    position: relative;
    top: 1rem;
    left: 27rem;
    background: aquamarine;
    height: 30rem;
    padding: 32px;
    border-radius: 11px;
    box-shadow: 3px 3px 3px 3px #414345;
}

.questions{
    margin: 39px 78px
}

#question{
    margin: 2px 13px 25px 0px;
}

.option{
    width: 28rem;
    height: 2rem;
    background: #FBD786;
    margin-top: 19px;
    padding: 8px 11px;
    border-radius: 8px;
    position: relative;
}
span{
    width: 100%;
    height: 77%;
    background: #FBD786;
    display: block;
    margin: 0px;
    padding: 11px 0px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    font-weight: 800;
    font-size: 19px;
}


.next{
    width: 86px;
    height: 47px;
    border-radius: 8px;
    border: none;
    background: #3f2b96;
    color: white;
    font-size: bold;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 1px 1px 1px 1px #594a9c;
    cursor: pointer;
}
.next:hover{
    width: 84px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: #3f2b96;
    color: white;
    font-size: bold;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}
.next:active{
    width: 84px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: #2e2652;
    color: white;
    font-size: bold;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}


li{
    cursor: pointer;
    font-weight: 850;
}
#scoreboard{
    width: 44rem;
    height: 104px;
    background: crimson;
    position: relative;
    left: 27rem;
    top: 1.5rem;
    border-radius: 6px;
    box-shadow: 3px 3px 3px 3px black;
}
#scoreboard button{
    width: 100px;
    height: 50px;
    border-radius: 8px;
    border: none;
    background: #ACB6E5;
    color: white;
    font-size: bold;
    position: relative;
    left: 18rem;
    top: -2rem;
    box-shadow: 2px 2px 2px 2px black;
    cursor: pointer;
    font-size: 16px;
}
#scoreboard button:hover{
    width: 98px;
    height: 49px;
    border-radius: 8px;
    border: none;
    background: #ACB6E5;
    color: white;
    font-size: bold;
    position: relative;
    left: 18rem;
    top: -2rem;
    box-shadow: 2px 2px 2px black;
    cursor: pointer;
}
#scoreboard button:active{
    width: 98px;
    height: 49px;
    border-radius: 8px;
    border: none;
    background: #ACB6E5;
    color: white;
    font-size: bold;
    position: relative;
    left: 18rem;
    top: -2rem;
    box-shadow: 2px 2px 2px black;
    cursor: pointer;
}


#scoreboard #score-title{
    width: 8rem;
    position: absolute;
    top: 1.5rem;
    height: 2.9rem;
    background: #8DC26F;
    left: 2rem;
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    margin-top: -1px;
    box-shadow: 1px 1px 1px 1px black;
}

#score{
    position: relative;
    left: 11.2rem;
    top: 1.5rem;
    width: 40px;
    height: 49px;
    background: white;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 1px 1px 1px 1px black;
}