﻿body, html {
    height: 100%;
    background-color: #fff;
}

.bg {
    /* The image used */
    background-image: url("../images/soon.jpg");
    /* Full height */
    height: 95%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
