@import url(/style.css);

#countdown {
    background-color: #1e1e2e;
    border-radius: 12px;
    border: 3px solid #89b4fa;
    padding: 1em;
    font-size: 66px;
    color: #cdd6f4;
    text-align: center;
    font-family: Helvetica;
    margin: 0.5em;
}
#current {
    background-color: #1e1e2e;
    border-radius: 12px;
    border: 3px solid #89b4fa;
    padding: 1em;
    font-size: 44px;
    color: #cdd6f4;
    text-align: center;
    font-family: Helvetica;
    margin: 0.5em;
}
.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #11111b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
body {
    margin: 0.75em;
}