html {
    min-height: 100%;
    display: flex;
    justify-content: center;
}

body {
    display: flex;
    min-height: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}