body {
    margin: 0;
    background: #1B244A;
    color: white;
    font-family: Verdana,;    
}

.container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-flow: wrap;
}



.black_box {
    background: #080001;
    border: white 2px;
    width:  auto;
    height: 80px;
    border-radius: 5px;
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    color: #F94F6D;
}

@font-face {
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
    src: local('Cursed Timer ULiL'), url('https://fonts.cdnfonts.com/s/40642/CursedTimerUlil-Aznm.woff') format('woff');
}


button {
    margin-top: 20px;
    background: #1B244A;
    border: #9AABD8 solid 2px;
    border-radius: 5px;
    color: #9AABD8;
    height: 30px;
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
}
