body{
  background-image: url(background.png)
  }


#wrapper{
  width:100%;
  max-width:960px;
  margin:0 auto; 
}

section{
  margin-top: 10vh; 
}

body{
   font-family:"Shadows Into Light", cursive;
   font-size: 20px;
}

@media {
  (min-width: 800px)
}
  
  section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #faf6f0
  }
    
    