@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Quicksand';
    src: url(/fonts/quicksand/700.woff2) format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    color: #444444;
    font-size: 16px;
    min-width: 320px;
    line-height: 1.2;
    background: #fafafa;
    font-family: 'Quicksand', sans-serif;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.35em;
}

a {
    color: #BBBBBB;
}

main {
    padding: 1em;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-footer {
    text-align: center;
}
