﻿body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background: black;
    color: white;
    text-align: center;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

.construction-banner img {
    width: 100%;
    height: auto;
}

.main-header h1 {
    font-size: 5em;
    margin: 0;
}

.main-header p {
    font-size: 2em;
    margin: 0;
}

.company-name p {
    margin-top: 20px;
    font-size: 1.5em;
}

.slogan p {
    font-size: 1.5em;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

/* Add additional styles as needed */
