#menuItem{
    text-align: center;
    justify-content: center;
}
#score-container{
    border: 1px dotted brown;
    margin: 3%;
    border-radius: 5%;
    background-color: blanchedalmond;
    text-align: center;
    justify-content: center;
}

#score-number{
    background-color: darkolivegreen;
    border-radius: 20%;
    border-style: solid;
    width: 4vw;
    margin-left:48vw;
    color: white;
}
#start-btn{
    border: 1px solid black;
    border-radius: 5%;
    /* width: 200px; */
    width: 20vw;
    /* position: relative; */
    /* left: 45vw; */
    padding: 1px 1px 1px 1px;
    /* text-align: center; */
    margin-left: 40vw;
    align-self: center;
    background-color: green;
    color: white;
}
#container{
    background-color: blanchedalmond;
    /* display: flex;
     */
    display: none;
    justify-content: space-around;

}
.box{
    width: 40vw;
    height: 80vh;
    line-height: 80vh;
    font-size: x-large;
    text-transform: uppercase;
    color: white;


    align-items: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 3%;
}
#left{
    background-color: green;

}
#left:hover{
    background-color: green;
}

#right{
    background-color: red;
}


#right:hover{
    background-color: red;
}
#prompt{
    display: none;
    width: 100vw;
    align-items: center;
    text-align: center;
    font-size: large;
}

#lost-message{
    color: red;
    display: none;
}
#score-container{
    display: none;
}