body{
    margin: 0;
    background-image: url(./natal.jpeg);  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%
}

#clock-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:  97vh;
} 

#clock{
    font-family: fantasy;
    font-size: 6rem;
    text-align: center;
    color: #a9897d;
}