body {
    background-color: GhostWhite;
   }

  h3 {
    text-align: center;
    font-family: Courier;
    font-style: italic;
    font-size: 1.5em;
    color: LightSlateGrey;
  }

  a:link, a:visited {
    background-color: HoneyDew;
    color: black;
    border: 2px solid green;
    padding: 10px 20px;
    font-family: Courier;
    font-style: italic;
    font-size: 1em;
    color: LightSlateGrey;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

  a:hover, a:active {
    background-color: white;
    color: white;
  }
p {
    width: 350px;
    background-color: #ABEBC6;
    text-align: justify;
}