

html,body{
/* height: 100%; */
font-family: "Raleway", sans-serif;
font-size: 14px;
line-height: 1.6;
margin: 0;
}

#home-bkg > img {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 100%;
    z-index: -1;
}
