body {
  font-family: "Source Serif 4", serif;
  background-color: #1a223a;
  color: #ffeacf;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Spectral SC", "Source Serif 4", serif;
}

hr.short-divider-left {
  width: 20%;
  border: 0;
  border-top: 1px solid #ffeacf !important;
  opacity: 1 !important; 
  margin: 0.5em 0;
  margin-right: auto;
}


hr.short-divider-center {
  width: 30%;
  border: 0;
  border-top: 1px solid #ffeacf !important;
  opacity: 1 !important;
  margin: 0.5em auto;
}

hr.short-divider-right {
  width: 30%;
  border: 0;
  border-top: 1px solid #ffeacf !important;
  opacity: 1 !important;
  margin: 0.5em 0;
  margin-left: auto;
}

hr.full-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #ffeacf !important;
  opacity: 1 !important;
  margin: 0.5em 0;
}

/* Container */
.magnify {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Lens */
.magnify-lens {
  position: absolute;
  border: 1px dashed #ffeacf;
  border-radius: 20%;
  width: 500px; 
  height: 300px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 650%;   /* zoom level */
  display: none;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}



