style.css	

body, html {
    height: 100%;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centered {
    width: 100%;
    max-width: 900px; /* Adjust based on preference */
}

.hidden {
    display: none;
}

button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px; /* Adjust based on preference */
    cursor: pointer;
}

input[type="date"] {
    margin-top: 10px;
}
