body {
  background: darkblue;
}
p {
  color: #59e58e;
}
h1 {
  font-weight: bold;
}

img{
  height: 500px;
}

a {
  color:#59e58e;
}