:root {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
html {
    scrollbar-gutter: stable;
}
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-self: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    width: min(900px, 100%);
    margin: 0;
    padding: 0;
}

footer {
    padding-block: 1rem;
}