a {
  color:lightgray;
  background-color:white;
  font-size:24px;
}

  body {
    background-color:gainsboro;
  }

  h1 {
    text-decoration:underline;
    text-decoration-style:double;
    text-align:center;
    font-family: monospace;
    font-size: 50px;
    color:lightgray;
    background-color:snow;
    text-shadow: -2px 2px gray;

  }


  h3 {
    text-align:left;
    font-family:monospace;
    font-size: 35px;
    color:seashell;
    background-color:lightgray;
    text-shadow: -2px 2px gray;
  }

  p {
    text-align:left;
    font-family:monospace;
    font-size: 20px;
    color:lightgrey;
    background-color:ghostwhite;
    text-shadow: -2px 2px gray;

  }

  ul {
    color:darkgray;
    background-color:white;
    text-align:center;
    font-family:monospace;
    font-size: 20px;
    text-shadow: -2px 2px gray;


  }
   
