BODY {
  background-color: #B0FBFF;
  background-color: #c5f9cc;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

H2 {
   color: #BB2B5B
}
A, H1 {
   color: #98635C;
}
H3 { background-color: #1C3F96; color:#E5FFE5 }
H4 { color: #2D27D7; }
H6 { color: #35A3DE; }
H5 { color: #C51980; }

SMAL {
   font-size: 80%;
}

a {
  outline-color: transparent;
}

a:link {
  color: #f59733;
}

a:visited {
  color: #f59733;
}

a:focus {
  text-decoration: none;
  color: #000000;
  background: #00feaa;
}

a:hover {
  text-decoration: none;
  color: #000000;
  background: #00feaa;
}

a:active {
  background: #6900ff;
  color: #cdfeaa;
}

* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
