
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
    height: auto;
}
body {
    height: 100%;
}

html {
    height: 100%;
}

