#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
color: #000;
background: url(https://i.imgur.com/3QsL2By.jpg
) fixed;
 filter:alpha(opacity=160);
  opacity:0.98;
background-position:center;
background-repeat: no-repeat;

background-size:1000px 600px; 


font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;

}