body{
    background-image: url('../images/structures/bg.jpg');
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

