html,body{
	width: 100%;
	scroll-behavior: smooth;
	margin: auto;
}

body{
	width: 100%;
    margin: auto;    
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f5babe;
}

h{
  font-family: "Newsreader";
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

p{
  font-family: "Newsreader";
  font-weight: 380;
  font-size: 1.15em;
  line-height: 1.3em;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 10px;
}

a{
  color: #000000;
}

.italic{
	font-weight: 500;
  font-style: italic;
  color: #ec6d75;
}

.indent{
  padding-left: 30px;
}

.story{
  width: 300px;
  margin: auto;
  padding-top: 350px;
}

.mirror-frame-fixed{
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  overflow: visible;
  pointer-events: none;
}

.mirror-frame{
  position: absolute;
  width: auto;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 800;
  overflow: visible;
  pointer-events: none;
}

#mirror-glass{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  width: auto;
  height: 95%;
  pointer-events: none;
}

#overlay-text{
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-family: "Newsreader";
  text-align: center;

  pointer-events: none; /* Ensures mouse reveal still works */
}