body {
     background-color:// #0f0f0f;
     background-image:url();
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center 0;
     background-size: cover;
    padding-top:0px;
  }


#home{
   margin: 0 auto;
    width: 82.3%;
    opacity: 0.7;
    min-width: 950px;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    font-weight: bold;
    font-family: "Comic Sans MS", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    background:snow;
}