:root {
    background-color: #1d2021;
    color: #fbf1c7;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 150%;

    @media screen and (max-width: 770px){
        font-size: 100%;
    }

    @media screen and (max-width: 480px){
        font-size: 80%;
    }
}

body {
    margin: 0;
}

div {
    padding: 30px 0 30px 0;
}

header {
    margin: 20px;
}

h1, h2 {
    margin: 0;
    padding: 8px;
}

a {
    text-decoration: none;
    color: #e0e039;
}

a:hover {
    text-decoration: underline;
}

::selection {
    background-color: #076678;
}
