html, body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Fjalla One', sans-serif;
}