@font-face {
    font-family: papyrus;
    src: url(/assets/fonts/papyrus.ttf);
}

@font-face {
    font-family: continuum;
    src: url(/assets/fonts/contm.ttf);
}

@font-face {
    font-family: continuum-light;
    src: url(/assets/fonts/contl.ttf);
}

header {
    font-size: 48pt;
}

.content {
    background-color: rgba(255, 255, 255, 0.75);
}

h1, h2 {
    text-shadow: 2px 2px 4px #555;
}

h1 {
    text-align: center;
}

p {
    text-indent: 2em;
}

body {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-color: #000;
    font-family: papyrus;
    font-size: 200%;
}

footer {
    background-color: rgba(0,0,0, 0.75);
    position: fixed;
    bottom: 2%;
    color: white;
}

#nagText {
    display: inline;
    font-size: 44pt;
}
