body {
    background-color: rgba(173, 230, 215, 0.668);
  }
  
  h1 {
    color: navy;
    margin-left: 20px;
  }
  p {
    font-family: verdana;
  }
  a {
    color: white !important;
  }
  
 