body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    background: linear-gradient(to bottom, #87CEEB, #FFF);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
#timeClock {
    font-size: 48px;
    font-weight: bold;
    color: #DDA0DD;
}
#dateClock {
    font-size: 24px;
    color: #A066A0;
    margin-top: 20px;
}