*,
*::before,
*::after{
    box-sizing: border-box;
}

button{
    white-space: nowrap;
}

img{
    display: block;
    max-width: 100%;
}

:where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol,
    dl
):where([class]) {
    margin-block: 0;
}

html{
    height: 100%;
}

body{
    min-height: 100%;
    margin: 0;
    background: #1E1F23;
    display: flex;
    flex-direction: column;
}

main{
    flex-grow: 1;
}