@font-face {
    font-family: 'Peak Sans';
    src: url('/assets/PeakSans-Regular.woff2') format('woff2'),
        url('/assets/PeakSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alarm clock';
    src: url('/assets/alarmclock.woff2') format('woff2'),
        url('/assets/alarmclock.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    background: #111111;
    padding:0px;
    margin:0px;
}

time, #countdown{
    font-family: 'alarm clock';
    font-size: 14vw;
    color:#ffffff
}

#background{
    background-image: url(/assets/background.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

#countdown{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

