@font-face {
    font-family: 'Eurostile Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile Regular'), url('/newyear/eurostile.woff') format('woff');
}

@font-face {
    font-family: 'EuroStyle Normal';
    font-style: normal;
    font-weight: normal;
    src: local('EuroStyle Normal'), url('/newyear/EuroStyle Normal.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Eurostile Regular';
}

body {
    background-color: black;
    color: white;
    height: 100vh;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    position: fixed;
    z-index: 20;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
    color: #ffffffb7;
}

.container .countdown .remaining {
    background-color: #FFF;
    color: #000;
    font-size: 124px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -16px;
}

.container .countdown .labels {
    background-color: #FFF;
    color: #000;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    padding-bottom: 16px;
    font-family: 'EuroStyle Normal';
    font-weight: bold;
    padding-top: 16px;
}
