
#tow-game{
max-width:340px;
background:#24160f;
padding:10px;
border-radius:15px;
color:white;
font-family:Arial;
border:2px solid #d4a373;
}

#tow-game h3{
text-align:center;
color:#ffd166;
margin:8px 0;
font-size:36px;
font-weight:800;
letter-spacing:1px;
}

.btn{
width:100%;
margin:4px 0;
padding:8px;
border:none;
border-radius:10px;
background:#3b5f4a;
color:white;
cursor:pointer;
}

.btn:hover{background:#4d7a60}

.score{
display:flex;
justify-content:space-between;
font-weight:bold;
margin:8px 0;
}

.q{
background:#2e3b2e;
padding:10px;
border-radius:10px;
text-align:center;
margin:10px 0;
}
