/* Have fun. This is your site. */

body {
  background: peachpuff;
}

h1 {
  text-align: center;
}

/* Main Container */
main {
  width: 100%;
  /* centers container to page */
  margin-inline: auto;
  
  /* adjust to your design */
  max-width: 40em;

}
