body {
  background: darkblue;
  text-align: justify;
  color: black;
  font-family: fantasy;
  font-size:30px;
}
p {
  color: black;
  text-align: justify;
  font-family: fantasy;
  font-size: 30px;

}

h1 {
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  font-size: 100;
  border-style: groove;
  border-color: green;
  border-bottom-color: black;
  border-top-color: black;
  text-emphasis-position: above;
}
a {
  border-style: solid;
  border-color: black;
  font-family: serif;
  text-decoration:inherit;
}
h3{
  text-decoration: underline;
}
img{
  width: 287.2px;
  height: 98.4px;
}