body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #323232;
    font-family: Arial, sans-serif;
    color: #fff;
}

.container {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 3em;
    color: #c93438;
}

p {
    font-size: 1.5em;
    line-height: 1.5;
}

.construction-icon {
    font-size: 5em;
    margin-top: 20px;
}
