
body {
  background: #00A572;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  color:green;
  text-align: center;
}
.title {
  border-style: dashed;
  border-color: palegoldenrod;
}
h4 {
  text-align: center;
}

h2 {
  text-decoration: underline;
  color:darkgreen;
}

body {
  background: #0c7f96;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  color:#e5e6e6;
  text-align: center;
}
.title {
  border-style: dashed;
  border-color: #47acc0;
}
h4 {
  text-align: center;
}

h2 {
  text-decoration: underline;
  color:#9bc5cb;
}
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;
}
