body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Segoe UI";
    margin: 1vh;
    background-color: #EEEEEE;
    color: #373A40;
    font-size: 1.7vh;
}
.boxes{
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 1vh;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
.row{
    display: flex;
    flex-direction: row;
    align-content: center;
}
.box{
    background: #EEEEEE;
    fill: #EEEEEE;
    width: 7vh;
    height: 7vh;
    margin: 0.3vh;
}
.boxUnselected{
    border: 0.5vh solid #686D76;
}
.boxSelected{
    border: 0.5vh solid #A34343;
}
input[type=button]{
    height: 7.5vh;
    width: 19vh;
    margin: 1vh;
    border: #686D76 solid 0.3vh;
    color: #373A40;
    font-size: 2vh;
    border-radius: 1vh;
}
input[type=number]{
    height: 3vh;
    width: 5vh;
    margin: 1vh;
    font-size: 1.5vh;
    color: #373A40;
    background-color: #EEEEEE;
    border: #686D76 solid 0.3vh;
}
.buttons{
max-width: fit-content;
margin-left: auto;
margin-right: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.choice2{
max-width: fit-content;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: center;
}