html, body {
    height: 100%;
}
body {
    background-color: #111111;
}
.flexContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.card {
    text-align: center;
    color: #88909E;
    font-family: Inter,sans-serif;
}
img {
    max-width: 100%;
}