/* ============================================
 * BASE
 * Extracted from index.html
 * ============================================ */

html, body {
  margin: 0;
  padding: 0;
  background: #020617;
  overflow: hidden;
  touch-action: manipulation;
}
.ojol-title {
  text-align: center;
}

.ojol-title-img {
  width: auto;
  display: block;
  margin: 0 auto;
  height: 175px;
}
.mission-notif {
  background: #3bc33b;
  padding: 4px 8px;
  border-radius: 50%;
  color: #000000;
  font-weight: 600;
  position: absolute;
  top: -8px;
  right: -4px;
  font-size: 12px;
}