*{
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    color: #ffffff;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
}
.container{
    width: 500px;
    height: 720px;
    margin-left: 62.5vh;
    background-color: #faf8ef;
}
.container h1{
    color: #776e65;
    font-size: 4rem;
}
ul.up li{
    display: inline-block;
    margin-inline-start: 10px;
}
li.li-sc{
    margin-left: 11rem !important;
}
button#btn-start{
    margin-left: 21rem;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center; 
    color: whitesmoke;
    padding: 10px 18px;
    width: fit-content;
    border-radius: 5px;
    background-color:  #8f7a66;
    border: #a39e9b;
    margin-top: 1rem;
    
}
.score, .high-score{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: whitesmoke;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    background-color:  #bbada0;
}
.sc-title, .hs-title{
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: uppercase;
}
.result{
    font-size: 3rem;
    font-weight: bold;
    color: white;
    background-color: rgba(206, 204, 203,.9);
    border-radius: 5px;
    width: fit-content;
    position: absolute;
    top: 45%;
    left: 41.5%;
}
.grid{
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    height: 440px;
    border-radius: 5px;
    border: 5px solid #bbada0;
    background-color: #bbada0;
    margin-top: 20px;
    margin-left: 9%;
}
.grid div{
    width: 90px;
    height: 90px;
    border-radius: 8px;
    border: 5px solid #bbada0;
    background-color: #ffebcd;
    text-align: center;
    font-size: 60px;
    padding-top: 7px;
    font-weight: bold;
}