body {
    margin: 0;
    background: #1B244A;
    text-align: center;
    
}

.container {
    display: flex;
    justify-content: space-around;
}

h3{
color: #EEE;
text-align: center;
font-family: Cursed Timer ULiL;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 36px;

}

.score {
width: 155px;
height: 120px;
flex-shrink: 0;
color: #F94F6D;
background: black;
text-align: center;
font-family: Cursed Timer ULiL;
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: 120px;
margin:20px;

}

button {
width: 45px;
height: 45px;
flex-shrink: 0;
border-radius: 5px;
border: 2px solid #9AABD8;
color: #9AABD8;

text-align: center;
font-family: Cursed Timer ULiL;
font-size: 25px;
font-style: normal;
font-weight: 400; 
background: #1B244A;
}

.newGame{
    margin: auto;
    width: 150px;
    height: 50px; 
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #9AABD8;
    text-align: center;
    font-family: Cursed Timer ULiL;
    font-size: 25px;
    font-style: normal;
    font-weight: 400; 
    background: green
     
    }