/* Custom CSS settings */
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}
body {
  font-size: 16px;
}
.w3-half img {
  margin-bottom: -6px;
  margin-top: 16px;
  opacity: 0.8;
  cursor: pointer;
}
.w3-half img:hover {
  opacity: 1;
}

.theme-d5 {
  color: #fff !important;
  background-color: #005f6b !important;
}
.theme-d3-color {
  color: #008496 !important;
}
.theme-d5-color {
  color: #005f6b !important;
}
