body, html {
    height: 100%;
    margin: 0;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: linear-gradient(0deg, rgba(173,216,230,0.3), rgba(255,255,255,1));
}

#container span {
    font-family: 'Noto Serif', serif;
    font-size: 5vw; /* Adjust as needed */
    max-width: 60%;
}

/* Additional styles for responsiveness and aesthetics */
