h1{
    width: 100%;
    text-align: center;
    font-size: 300%;
}
.box{
    display: flex;
}
#game{
    margin: 5%;
    width: 100%;
}
button{
    width: 10%;
}
#sec1{
    width: 20%;
}
#sec2{
    width: 80%;
    font-size: 600%;
    text-align: center;
    margin-top: 20%;
}
#guessed{
    font-size: 150%;
}