body {
  font-family: "Audiowide";
}

#m3nu {
  position: absolute;
  width: 320px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -160px;
  font-size: 100px;
  z-index: 1;
}

#m3nu_mcol {
  color: navy;
}

#m3nu_scol {
  color: dodgerblue;
}

#org {
  position: absolute;
  width: 320px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -156px;
  font-size: 40px;
  color: dodgerblue;
  z-index: 1;
}

#centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 0;
  transform: translate(-50%, -50%);
}

#ring {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
