@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jersey+15&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playwrite+AU+SA:wght@100..400&family=Quicksand:wght@300..700&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
}
body, html {
    height: 100vh;
}
html {
    font-size: 2vw;
}
body {
    background-color: rgb(12,12,12);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: "Caveat", serif;
    font-optical-sizing: auto;
}
#countdown {
    text-align: center;
}
#time {
    display: flex;
    justify-content: space-around;
}
#time > div {
    margin: 0 20px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-variant: small-caps;
}
#time > div > span {
    font-size: 4.5rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 10px;
}
