
/* Non-animation related CSS, instead vain attempts to make the overall site look remotely nice. */

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color:white;
}

h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color:white;
}

h3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color:white;
}

/* A solution for a problem that didn't really need to exist found in a Stack OVF forum post */
a{
    background-color:rgb(0, 209, 255);
    display:block;
    text-align:center;
}

body {
    background: rgb(0, 10, 98);
    
  }


#mord{
    opacity: 50;
}

/*Animation related CSS, as linking a stylesheet renders the style tag moot */




