html {
    font-family: sans-serif;
}

body {
    min-height: 100vh;
    place-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;

    main {
        flex-grow: 2;
    }
}