body {
background-image: url('img/thequiet_1920x1080.png');

background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;

min-height: 100vh;
margin: 0;



}