.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

#clock-container {
    font-size: 6rem !important;
    display: flex;
    gap: .3rem;
    width: 800px;
}

.colon {
    display: inline;
    transform: translateY(-21px);
}

.gradient-dark {
    background: linear-gradient(0deg, #000000, #4a4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-blue {
    background: linear-gradient(0deg, #3a3a5a, #9a9aba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

* {
    font-family: sans-serif;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

#hour {
    text-align: right;
}

#minute {
    text-align: center;
}

#second {
    text-align: left;
}
