/* Version 0.99 April 2020 */

body, h1 {
    font-family: "Raleway", sans-serif;
}

body, html {
    height: 100%;
}

hr {
    margin: auto;
    width: 40%;
}

a, p {
    text-shadow: 1px 1px 0 #444;
}

.bgimg {
    background-image: url('../img/bg.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.gameicon {
    width: 90%;
    max-width: 96px;
}
