html,body {
    min-height: 100%;
    min-width: 100%;
}

body {
    background-image: url('grammarsaurus-australia-cover.png');
    background-repeat: no-repeat;
    background-size: cover;
}
