* {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

header {
    background-color: #202020;
    height: 150px;
    text-align: center;
    padding: 10px;
}

p {
    font-size: 18px;
}

header > img {
    height: 100%;
    width: auto;
}

main {
    padding: 5px;
    background-color: #e1dbcb;
    text-align: center;
}

html {
    /*border: solid 10px white;*/
    background-color: #202020;
}

h2 {
    font-size: 10em;
}

abbr {
    text-decoration: none;
}

footer {
    padding: 10px;
    color: #b9b9b9;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
}

footer > a {
    color: #b9b9b9;
    text-decoration: none;
}

body {
    display: grid;
    grid-template-rows: 170px auto 32px;
    height: 100vh;
}