body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex:1;
}
.user-select-none {
    user-select: none;
}