body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    color: #333;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #0073e6;
}

p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.construction-icon {
    font-size: 5em;
    color: #0073e6;
    margin-bottom: 20px;
}
