html {
    margin: 0;
    padding: 0;
    font-family: "Sour Gummy", serif;
    background-color: rgb(244, 244, 244);
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-shadow: 2px 2px rgb(125, 127, 255);
    color: #aaccff;
    background-color: #223;
}
h1 {
    text-align: center;
}
.emoji {
    font-size: 20rem;
}