body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-image: url("images/construction-100593_1280.jpg"); /* Replace with your image path */
    background-size: cover;
    background-position: center;   

}

.container {
    margin: 200px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
}
