@font-face {
    font-family: f1;
    src: url(fonts/Seven\ Segment.ttf);
}

.bx {
    width: 500px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
    box-sizing: content-box;
    border-radius: 250px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: f1;
    font-size: 100px;
}

#date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-size: 35px;
    font-weight: normal;
}

#a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    font-weight: bold;

}