html {
    height: 100%;
    width: 100%;    
}

body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 1em;
    justify-content: center;
    align-items: center;
}