@font-face {
    font-family: Cursed Timer Ulil;
    src: url(CursedTimerUlil-Aznm.ttf);
}

* {
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    margin: 50px;
    justify-content: center;
    font-family: Cursed Timer Ulil;
}

.container {
    display: flex;
    justify-content: space-around;
    background-color: #1B244A;
    width: 575px;
    height: 385px;
}

.sub-container {
    margin-top: 68px;

}

h3 {
    color: #EEE;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;


}

.display {
    background-color: #080001;
    border-radius: 5;
    margin-top: 21px;
    margin-bottom: 35px;


}
.leader{
    border: 2px solid #9aabd8; 
}

p {
    color: #f94f6d;
    text-align: center;
    font-size: 90px;
    height: 117px;
    line-height: 126.666px;
}

.buttons {
    align-items: center;
}

.btn-score {
    height: 45px;
    width: 45px;
    flex-shrink: 0;
    font-family: Cursed Timer Ulil;
    font-size: 18px;
    text-align: center;
    color: #9aabd8;
    background-color: #1B244A;
    border-radius: 5px;
    border: 2px solid #9aabd8;
    margin: 0;

}