html {
    box-sizing: border-box;
}

body{
    margin: 0;
    min-height: 100vh;
}