body{
    font-family: Arial, sans-serif;
    text-align: center; 
    padding: 50px;

    background-image: url(images/building_site.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}

h1 { color: #8B0000; }
p { font-size: 18px; color: #333; }