body {
  font-family: Krungthep, Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 16pt;
  color: black;
  background: white;
  background-image: url("../img/cairo_bg.png");
  background-position: top left;
  background-repeat: repeat-y;
}

h3 a {
  color: black;
}

h3 a:hover {
  color: blue;
}

.whitebox {
  background-color: rgba(255,255,255,0.95);
  max-width: 360px;
  margin-top: 155px;
  margin-left: 88px;
  padding: 0.5em 1em 0.5em 1em;

  -webkit-backdrop-filter: blur(10px);
}

h5 {
  margin-bottom: 0px;
}

p {
  font-size: 0.85em;
}

ul {
  margin-top: 0px;
  font-size: 0.75em;
}

