@font-face {
    font-family: 'orangeJuice';
    src: url('../fonts/orangeJuice/oj2.0.ttf');
}

footer, header, main {
    clear: both;
    text-align: center;
}

.glow-aqua {
    text-shadow: 0 0 3px aqua;
}

a {
    color: #31e2e2;
}

h1 {
    font-family: 'orangeJuice';
    font-size: 400%;
}

#cover {
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    width: 100%;
    background-image: url('../images/cover.png');
    background-repeat: repeat-x;
}
