body {
  background: white;
}
h4 {
  color: #a2d1a2;
  letter-spacing: 1px;
}
h1 {
  font-weight: bold;
  font-family: monospace;
  color: darkseagreen;
  text-shadow: -2px 2px green;
  font-size: 40px;
}

h2{
  font-family: fantasy;
  color: darkgreen;
  text-shadow: -2px 2px #7ab27a;
}

h3 {
  color: #237223;
}

li {
  color: darkseagreen;
}

p {
  font-size:10px;
  text-decoration: underline;
}

img{
  height: 200px;
  border-radius: 100px;
  border-style: solid;
  border-color: darkseagreen;
  border-width: medium;
}