    html {
      background: url(https://krispr.neocities.org/cork.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    
/*    body { */
/*      background-color:#EFE0BB; */
/*      } */
    
    .container{
      background-color:white;
      width:1080px;
      position: relative;
      left: 30px;
      border: 3px solid #73AD21;

    }
    
    h1 {font-size: 32px;}
    h2 {font-size: 18px}
    p {font-size: 14px}
    h1,h2,p {color:#3B271D}
    
    a:link{
      color:#AF734A;
    }
    
    a:visited{
      color:#C7934E;
    }