/* Add here all your CSS customizations */
.centered {
    display: flex;
    background-color: #15253E;
}

.centerLogoContainer {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imgLogo {
    width: 65%;
}

@media only screen and (max-width: 600px) {
    #imgLogo {
        width: 100%;
    }
}