body {
    background-color: #efefef;
}

.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.logo {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    /* max-width: 800px;  */
    /* max-height: 800px; */
}