body, html {
    height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color:  rgb(83, 83, 83);
    font-size: 18px;
}

h1 {
    text-shadow: 2px 2px 4px rgb(230, 230, 230);
    font-weight: bolder;
}

h3 {
    text-shadow: 2px 2px 4px rgb(230, 230, 230);
    font-weight: bolder;
}
.bg {  
    /* The image used */
   

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}