    body {
      background-color: #A2A175;
      font-family: Lucida Console, monospace;
      transition: background 0.25s ease;
      min-height: 100vh;
      margin: 0;
      padding: 0;
  }
    h1 {
      background-color: MediumSeaGreen;
      border-left-style: solid;
      font-weight: bold;
      font-size: 80px;
  }
    p  {
      background-color: MediumSeaGreen;
      border-left-style: solid;
      font-family: Lucida Console, monospace;
      font-weigt: bold;
  }
    li {
      background-color: MediumSeaGree;
      border-left-style: solid;
      font-weight: bold;
  }
    .button {
      background-color: MediumSeaGreen;
      border: solid;
      color: black;
      padding: 30px 64px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      cursor: grab;
      border-radius: 5px;
      transition-property: all;
      transition-duration: 2;
  }
    .button:hover {
      background-image: url("images/trapshoes64.png");
      background-size: contain;
      background-attachment: local;
  }
    .radio-button:hover {
      background-image: url("images/trapshoes196.png");
      background-size: contain;
      background-attachment: local;
  }
