#home {
opacity: 0.50;
margin: 0 auto;
width: 100%;
background-color: rgb(135, 224, 194);
min-width: 950px;
margin-top: 30px;
margin-bottom: 30px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

body {
color: rgb(113, 177, 129);
background: url(https://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 100%;
}