/* Fonts from Google Fonts - more at https://fonts.google.com */
body{
  color:black;
  background-color:white;
}
#wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}

@media (min-width: 600px){
section{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}
  .img-container {
    text-align: center;
  }

  h1{
font-family: 'Permanent Marker', cursive;

    
  }