@font-face { font-family: CursedTimer; src: url('CursedTimerUlil-Aznm.ttf'); }
@font-face {
    font-family: verdana;
    src: url('verdana-font-family/verdana.ttf');
}
body {
    margin: 0;
    color: white;
}
.container {
    display: flex;
    justify-content: center;
    background-color: rgb(46, 46, 100);
    column-gap: 90px;
}
button {
    background-color: transparent;
    border-color: whitesmoke;
    color: white;
    margin-bottom: 5px;
    border-style: solid;
    border-radius: 5px;
    margin: 2px;
    padding: 7px;
    font-family: CursedTimer;
}
.score {
    width: 100px;
    height: 100px;
    background-color: black;
    display: flex;
    color: rgb(240, 54, 85);
    font-family: CursedTimer;
    font-size: 70px;
}
.score-board {
    margin: auto;
}
.title {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 40px;
    font-family: verdana;
}
.box {
    display: flex;
    flex-direction: column;
    align-items: center;
}