.clock-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 98vh;
    background: #002252;
    color: #ffffff;
    font-family: 'Courier New', monospace;
}

#clock{
    font-size: 60px;
    font-weight: bold;
    margin: 10px 0;
    color: #eea731;
}

#date{
    font-size: 22px;
    opacity: 0.9;
}