body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #e6f2ff; /* Light blue background */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

h1 {
    font-size: 3em;
    color: #333; /* Darker text color */
}

p {
    font-size: 1.5em;
    color: #666; /* Slightly lighter text color */
}

.icon {
    font-size: 5em;
    color: #ffcc00; /* Yellow color for the construction icon */
    margin-bottom: 20px;
}