h1 {
   color: #9d0000;
}
body {
    background-color: #F29382;
    background-image: url(images_temp/bardotprint.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    display: flex;                /* Add this */
    justify-content: center;      /* Add this */
    align-items: center;          /* Add this */
    min-height: 100vh;            /* Add this */
}
.homecomingsoon {
    margin: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2%;
    text-align: center;
    color: #fff;
    p {
        font-size: 1.5em;
        margin: 3% 0;
        text-transform: uppercase;
    }
    img {
        width: 100%;
        height: auto;
        margin-top: 2%;
        
    }
}