a {
  color:darkseagreen;
  background-color:whitesmoke;
  font-size:24px;
}

body {
  background-color:whitesmoke;

}

h1 {
  color:darkseagreen;
  background-color:ghostwhite;
  text-decoration:underline;
  text-decoration-style:solid;
  text-align:center;
  font-family:fantasy;
  font-size:25px;
  letter-spacing: px;
  text-shadow:-2px 2px black;
}

h2 {
  color:darkseagreen;
  background-color:whitesmoke;
  text-align:justify;
  font-family:fantasy;
  font-size:25px;
}

p {
  color:darkseagreen;
  background-color:white;
  text-align:right;
  font-family:fantasy;
  font-size:25px;
}

ul {
  color:darkseagreen;
  background-color:white;
  text-align:right;
  font-family:fantasy;
  font-size:25px;
}

ol {
  color:darkseagreen;
  background-color:white;
  text-align:left;
  font-family:;
  font-size:px;
}
