.bg {
    position: fixed;
    bottom: 0;
    background-color: #D5EEFC;
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

p {
    font-size: 2rem;
}

#clock {
    font-size: 6rem;
    margin: 1rem;
}

sup {
    line-height: 1;
}
