/* Legacy styles from static html files */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f2f2f7;
    margin: 0;
    padding: 20px;
}

.legacy-container {
    max-width: 600px;
    margin: auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.legacy-h1 {
    color: #007aff;
    text-align: center;
}

.legacy-p {
    line-height: 1.6;
}

.legacy-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #666;
}