html, body {
    height: 100%;
}

.container, #colorClock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 1300px;
    margin: auto;
}

#colorClock {
    border: 15px solid burlywood;
    border-radius: 50px;
    height: 500px;
}   

#clock {
    font-size: 200px;
    font-family: "Chewy", system-ui;
    font-weight: bold;
    color: beige;
}

p {
    color: aliceblue;
    font-size: 20px;
}

#hex {
    color: white;
    font-size: 35px;
}