/* Styles for the Under Construction page */
body {
    background: #f7f7f7;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
    text-align: center;
    max-width: 400px;
}

.logo {
    width: 100%;
}

h1 {
    font-size: 2rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 12px;
}

p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
}
