html {
height: 100%;
}
body {
padding: 0;
margin: 0;
main {
display: flex;
flex-direction: column;
gap: 1rem;
align-items: center;
justify-content: center;