@font-face {
    font-family: "AlbertsthalTypewriter";
    src: url("../fonts/albertsthal-typewriter.woff2") format("woff2"),
         url("../fonts/albertsthal-typewriter.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 30pt;
}

html, body {
    height: 100%;
    overflow: hidden;
    min-height:360px;
}

body {
    margin: 0;
    padding: 0;
}

main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-family: "AlbertsthalTypewriter", "Courier New", Courier, monospace;
    text-align: right;
    padding: 0 1rem 0;
    color: #2e3638;
    pointer-events: none;
}

h1 {
    font-size: 2rem;
    text-shadow: 0 0 40px #2e3638;
    font-weight: bold;
}

h2 {
    font-size: 1rem;
    padding-bottom: 1rem;
    text-shadow: 0 0 20px #2e3638;
}