.main {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
}

#clock {
    font-size: 145px;
    font-family: "Sriracha";
    font-weight:normal;
    /* color: grey; */
    width: max-content;
    height: max-content;
    background-color: white;
    letter-spacing: 10px;
    margin-top: 175px;
    border-style: inset;
    border-width: 15px;
    border-color: rgb(15, 15, 15);
    /* border-color: aquamarine; */
}

#date {
    color: antiquewhite;
    font-size: 75px;
    color: black;
    font-family: "Syne Mono";
}

