body {
    background-color: cornflowerblue;
    display: flex;
    justify-content: center;
    font-family: "Clear Snas", Helvetica, serif;
}

h1{
    font-size: 80px;
    line-height: 0,7;
    color: #1f304d;
    margin: 0;
}
p,h2{
    margin: 4px;
}
.container{
    width: 468px;
    margin-top: 30px;
}
.info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.grid{
    display: flex;
    flex-wrap: wrap;
    width: 456px;
    height: 456px;
    background-color: #39598f;
    border: 7px solid #1f304d;
    border-radius: 6px;
     margin-top: 20px;
}
.grid div{
    width: 100px;
    height: 100px;
    margin: 7px;
    border-radius: 3px;
    background-color: #1f304d;
    color: #1f304d;
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    line-height: 1.6;
}
.score-continaer{
    text-align: center;
    width: 90px;
    height: 60px;
    border-radius: 3px;
    background-color: #1f304d;
    color: azure;
}
#score{
    font-size: 20px;
}
.score-title{
    font-size: 20px;
}
img{
    margin-top: 30px;
    width: 50px;
    height: 50px;
}