* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.construction-message {
    text-align: center;
    padding: 20px;
}

.construction-message h1 {
    color: #333;
    font-size: 2.5rem;
} 