/* General Styles */
body{
    background-image: url('comingsoon.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center;
    background-color: black;
}