body, html {
    height: 100%;
    margin: 0;
    background-color: #29173F; /* Replace #yourCustomColor with your desired color */
}

.centered-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centered-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
