body {
  background-color: #0c7f96
}
h1 {
  color: white
}
P {
  
}
a {
  border-style: solid;
  border-color: #38d6f6;
  border-radius: 5px;
  padding: 3px 5px;
  text-decoration: none;
  background-color: #00738a;
  color: white;
  display: block;
  margin-bottom:4px;
  }

li  {
  margin-bottom:12px;
  font-size: 19px;
}
h2 {
  font-size: 27px;
}
img {
  height: 150px;
  width: 220px;
}
