@font-face {
    font-family: 'Cursed Timer';
    src: url(/CursedTimerUlil-Aznm.ttf) format('truetype');
}
body {
    background-color: #1B244A;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}
    
.container {
    display: flex;
    justify-content: center;
    align-items: center;    
    gap: 50px;
    margin: 30px;
}
            
.buttonsHome {
margin-left: 45px;
padding-top: 20px;

}
.buttonsGuest {
    margin-left: 245px;
}    

#home-score-btn-1 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    text-align: center;
    margin: 5px;
} 

#home-score-btn-2 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
} 

#home-score-btn-3 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
}

#guest-score-btn-1 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
}

#guest-score-btn-2 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
}

#guest-score-btn-3 {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
}

.score {
    font-family: 'Cursed Timer', sans-serif;
    background: #0a0001;
    font-size: 80px;
    color: #F94F6D;
    width: 150px;
    margin: 20px ;
    padding-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    
}

h3 {
    font-size: 35px;
    margin-bottom: -7px;
    
}


.scoreboard {
            text-align: center;
            font-family: Cursed
            margin-top: 50px;
            }
            
            
#resetpointsbtn {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px ;
    background-color: #1B244A;
    color: white;
    font-family: 'Cursed Timer', sans-serif;
    margin: 5px;
}
            