body { 
    background-color: beige;
  }
  img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 300%;
    max-height: 400px;
  }
  
  h1, h2, p, figcaption {
    font-family: Verdana;
    text-align: center;
  }
  
  h2 {
    font-size: 20px;
  }
  
  li {
    font-family: Verdana;
  }

  .bold {
    font-weight: bold;
  }