

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../Images/construction-background-7t8pzcrvkc42exlu.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    color: #27ae60;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 1.8rem;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

a {
    color: #27ae60;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
