/*
Theme Name: NH Custom
Author: Nic-Tic
Version: 1.0
*/

html,
body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: grey !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

main {
    flex: 1;
}
