*, *::before, *::after {
    box-sizing: border-box;
}
:root {
}body, html {
    min-height: 100vh;
}
