/* Background color and full screen layout */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #e0baff; /* Light pastel purple */
    margin: 0;
    font-family: 'Arial', sans-serif;
}

/* Style for the clock */
#clock {
    font-size: 72px;
    font-weight: bold;
    color: #6A4C9C; /* Pastel purple color */
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8); /* Light white background */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}/* Background color and full screen layout */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #E6D9F1; /* Light pastel purple */
    margin: 0;
    font-family: 'Arial', sans-serif;
}

/* Style for the clock */
#clock {
    font-size: 72px;
    font-weight: bold;
    color: #6A4C9C; /* Pastel purple color */
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8); /* Light white background */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}