body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

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

h1 {
    font-weight: 400;
    color: #333;
}

p {
    font-weight: 100;
    color: #666;
}

.construction-text {
    font-size: 0.8rem;
    font-weight: 100;
    color: #666;
}

