@font-face {
  font-family: 'Cursed Timer ULiL';
  src: url('/CursedTimerUlil-Aznm.ttf');
}
body {
    background-color:#1B244A;
    display: block;
    margin: auto auto;
}

.container {
    display: flex;
    justify-content: space-around;
     align-items: center;
}
.teams{
    font-family: Verdana;
font-weight: 700;
font-size: 40px;
line-height: 35.89px;
letter-spacing: 0%;
text-align: center;
color:#EEEEEE;
}
.score{
    height: 8rem;
    width: 12rem;
    background-color: #080001;
    border-radius: 5px;
    font-family: Cursed Timer ULiL;
font-weight: 400;
font-size: 90px;
line-height: 126.67px;
letter-spacing: 0%;
text-align: center;
color: #F94F6D;
}
.buttons{
    width: 45px;
    height: 45px;
    border: 2px solid #9AABD8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    margin-top: 26px;
    font-family: Cursed Timer ULiL;
font-weight: 400;
font-size: 18px;
line-height: 27.81px;
letter-spacing: 0%;
text-align: center;
color: #9AABD8;
background-color: transparent
}
#newGame{
   
    background-color: transparent;
        border: 2px solid #EEEEEE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    margin-top: 26px;
     font-family: Verdana;
font-weight: 900;
font-size: 18px;
line-height: 27.81px;
letter-spacing: 0%;
text-align: center;
color: #EEEEEE;
padding: 5px 20px;
}