@import url(https://fonts.googleapis.com/css?family=Bentham&v2);
body {
    font-family: 'Bentham', Serif;
    background: url('kalle_bg.png') repeat #192130;
    height: 99%;
    text-align: center;
}

#center {
    position: absolute;
    top: 25%;
    width: 99%;
    color: #fbfbfb;
    font-size: 28px;
    font-style: normal;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#footer {
    color: #8f8f8f;
    position: absolute;
    bottom: 3%;
    width: 99%;
    font-size: 12px;
}

a:link, a:active, a:visited {
    color: #8f8f8f;
    text-decoration: none;
}

a:hover {
    color: #f9f9f9;
    text-decoration: none;
}

/* Responsive Design
--------------------------------------------------------------
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 650px) {

}

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 240px) {
}
*/
