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;
}

a {
  display: block;
  margin-bottom:4px; /* Adjust the value as needed */
}

li  {
  margin-bottom:12px;
  font-size: 19px;
}
h2 {
  font-size: 27px;
}
img {
  height: 120px;
  width: 120px;
}
