* {
    margin: 0;
    font-family: "Architects Daughter", cursive;
}

body {
    background-color: rgb(0, 0, 70);
    color: whitesmoke;
    overflow: hidden;
}
#main {
    width: 100vw;
    height: 100vh;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
}
#time-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#time {
    font-size: 8rem;
}
#context {
    text-align: center;
    font-size: 3.5rem;
}