body{
    margin : 0;
    text-align: center;
    background: #1B244A;
    color : #EEEEEE;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 40px;
}
.score{
    background: #0a0001;
    font-size: 90px;
    color: #F94F6D;
    width : 160px;
    height: 90px;
    padding: 30px 10px;
    margin : 26px;
    border-radius: 5px;
    font-family: 'MyFont',sans-serif;
}


.container{
    display: flex;
    justify-content: space-around;
}

button{
    font-family: 'MyFont',sans-serif; 
    background: transparent;
    color : #9AABD8;
    border : 3px solid #9AABD8;
    border-radius: 5px;
    padding : 9px 10px;
}
button:hover {
    background: #9AABD8; 
    color: #1B244A;      
    cursor: pointer;     
}

#start-btn{
    margin-top : 40px;
    background: #1B244A;
    color : #EEEEEE;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

#start-btn:hover {
    background: #EEEEEE; 
    color: #1B244A;      
    cursor: pointer;
}


@font-face {
    font-family: 'MyFont';
    src: url('fonts/CursedTimerUlil-Aznm.ttf') format('truetype');
    font-weight: normal;
}