body {
    font-family: 'Inter', sans-serif;
    text-align: center;
    background-color: #e6e6e6;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}
header {
    padding: 24px;
    text-align: center;
}

main {
    flex: 1;
    min-height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1 {
    display: block;
}
#heading {
    color: rgb(32, 31, 31);
}
.explain-normal {
    font-size: 13pt;
    line-height: 20pt;
    color: gray;
}
.countdown {
    font-size: 20pt;
    line-height: 20pt;
}
#status {
    font-weight: 500;
    font-size: 25pt;
    color: rgb(36, 142, 194);
}
.footer {
    font-size: 12pt;
    color: gray;
}