body {
font-family:'good_timesregular;
font-size: 1rem;
background-color: black;

}

#logo{ 
	position:fixed; 
	bottom:+11px; 
	left:+11px;
	
	 box-shadow:
    0 0 30px 15px #fff,
    0 0 50px 30px #f0f,
    0 0 70px 45px #0ff;
	
} 

#logo2{ 
	position:fixed; 
	bottom:+11px; 
	left:+11px;
	
}

/* Button Fade-in */
.fade-in-button {
     animation: fadeIn 7s;
  -webkit-animation: fadeIn 7s;
  -moz-animation: fadeIn 7s;
  -o-animation: fadeIn 7s;
  -ms-animation: fadeIn 7s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* Button Fade-in */

/* Text Fade-in */

.fade-in-text {
     animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* End Text Fade-in */

@font-face {
    font-family: 'good_timesregular';
    src: url('good_times_rg-webfont.woff2') format('woff2'),
         url('good_times_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Perfect DOS VGA 437', monospace;
  src: url('Perfect DOS VGA 437.ttf') format('ttf');
      
  font-weight: normal;
  font-style: normal;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

html, body {
  height: 100%;
}

.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  
}

main {
  background: rgba(black, 0.66);
  color: white;
  position: relative;
  padding: 1rem;
  p {
    max-width: 600px;
    margin: 1rem auto;
  }
}

/* Sigil Pulse Glow */
.fade-in-image img {
  animation: pulseGlow 4s ease-in-out infinite;
  box-shadow: 0 0 12px #00faff88;
  border-radius: 50%;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 13px #00faff88;
  }
  50% {
    box-shadow: 0 0 33px #00faffcc;
  }
  100% {
    box-shadow: 0 0 13px #00faff88;
  }
}
/* Sigil Pulse Glow */


/* Sigil Pulse on hover Glow */
.sigil-container {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  animation: pulse 4s infinite ease-in-out;
  box-shadow: 0 0 33px 6px rgba(0, 255, 255, 0.3);
  transition: box-shadow 0.7s ease-in-out;
}

.sigil-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.sigil-container:hover {
  box-shadow: 0 0 111px 11px rgba(0, 255, 255, 0.6);
  
}
/* Sigil Pulse on hover Glow */

/* Image Fade-in */
.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Image Fade-in */

/* sol glyph */
.sol-glyph-container {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  text-align: center;
  width: auto;
}

.sol-glyph {
  width: 48px;
  height: 48px;
  opacity: 0.9;
  transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
  filter: drop-shadow(0 0 0px transparent);
}

.sol-glyph:hover {
  opacity: 1;
  filter: drop-shadow(0 0 13px #fcd440);
}

/* sol glyph */


a:link {
  color: white;
  text-decoration: underline solid blue;
}

a:visited {
  color: white;
  text-decoration: underline solid blue;
}

a:hover {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
}

.hover:hover {
   box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
}

.inline {
    display: inline-block;
}

.bsize {
    height:200px;
    width:200px;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fafafa;
  text-decoration: none;
  padding: 5px 15px;
  background: linear-gradient(to bottom, #bdc3c7, #2c3e50);
  border-radius: 8px;
  text-shadow: 3px 2px 1px #9daef5;
  box-shadow: 6px 5px 24px rgba(102, 102, 102, 0.5);
  transition:
    box-shadow 0.7s ease-in-out,
    transform 0.3s ease-in-out;
}

.btn2 {
  font-family: 'Open Sans', sans-serif;
  width: 75px;
  height: 75px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fafafa;
  text-decoration: none;
  padding: 5px 15px;
  background: linear-gradient(to bottom, #bdc3c7, #2c3e50);
  border-radius: 8px;
  text-shadow: 3px 2px 1px #9daef5;
  box-shadow: 6px 5px 24px rgba(102, 102, 102, 0.5);
  transition:
    box-shadow 0.7s ease-in-out,
    transform 0.3s ease-in-out;
}

.btn:hover {
  box-shadow:
    0 0 60px 30px rgba(255, 255, 255, 0.2),
    0 0 100px 60px rgba(16, 10, 255, 0.3),
    0 0 140px 90px rgba(0, 255, 255, 0.4);
  transform: scale(1.05);
}

.btn2:hover {
  box-shadow:
    0 0 60px 30px rgba(255, 255, 255, 0.2),
    0 0 100px 60px rgba(16, 10, 255, 0.3),
    0 0 140px 90px rgba(0, 255, 255, 0.4);
  transform: scale(1.05);
}

.btn3 {
       
        background-color: transparent;
        border: none;
    }
    
    
.button {
  background-color: #001c2c; 
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
   box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
}

.center {
  text-align: center;
}



.iframe-container {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 50;
   width: 100%;
}

.divider {
    width:20px;
    height:auto;
    display:inline-block;
}

.divider2 {
    width:30px;
    height:auto;
    display:inline-block;
}
   
#footer{ 
       position:relative;
       bottom:0;
       width:100%;
       height:26px;   /* Height of the footer */
   }
   
#footer2{ 
       position:fixed;
       bottom:0;
       width:100%;
       height:40px;   /* Height of the footer */
   }

.textarea {
  font-family:Consolas;
  resize: none;
  width:450px;
}

/*-- Sign Styles --*/
.sign {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
}
.sign__word {
  font-family:good_timesregular;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
  
 
}

.sign__word2 {
  font-family:good_timesregular;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
}
.sign__word3 {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
  
}

.sign__word3:hover {
   box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #1e84f2, 0 0 30px #1e84f2, 0 0 40px #1e84f2, 0 0 55px #1e84f2, 0 0 75px #1e84f2;
/*-- End Sign Styles --*/

.h1 {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 30px;
  text-decoration: underline solid blue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}  

.h11 {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}  

.h2 {
  font-family:'Open Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: white;
}

.h3 {
  font-family:'Open Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: white;
  font-style: italic;
}


 <!--This is for scaling the iframe to fit -->
 #wrap {
        width: 450px;
        height: 550px;
        padding: 0;
        overflow: hidden;
      }
      #scaled-frame {
        width: 1000px;
        height: 2500px;
        border: 0px;
      }
      #scaled-frame {
        zoom: 0.65;
        -moz-transform: scale(0.65);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.65);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.65);
        -webkit-transform-origin: 0 0;
      }
      @media screen and (-webkit-min-device-pixel-ratio:0) {
        #scaled-frame {
          zoom: 1;
        }
      }
      
.dosterm {
  font-family: "arial";
  font-size: 1.25em;
  color: #00ff00;    
}

