/* If you can read this you should hire me! */

@font-face {
    font-family: 'fixedsys_excelsior_3.01Rg';
    src: url('fonts/fsex300.woff2') format('woff2'),
         url('fonts/fsex300.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {background: #000000;
    vertical-align: text-bottom;
    position: fixed;
    width: 90%;
    bottom: 0%;
    left: 3.5%;
}

h1 {font-family: 'fixedsys_excelsior_3.01Rg';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #00ff00;}

h2 {font-family: 'fixedsys_excelsior_3.01Rg';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;}

h3 {font-family: 'fixedsys_excelsior_3.01Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #005500;}

.fading{
    animation:fadingText 5s alternate infinite;
    }
@keyframes fadingText {
    0%{color:#008800;}
    28%{color:#008800;}
    29%{color:#005500;}
    31%{color:#005500;}
    32%{color:#008800;}
    67%{color:#008800;}
    68%{color:#005500;}
    71%{color:#005500;}
    72%{color:#008800;}
    100%{color:#008800;}
}

a:link {
    color: #005500;
  }
  

  a:visited {
    color: #004400;
  }
  

  a:hover {
    color: #00ff00
  }
  

  a:active {
    color: #00ff00;
  }