.bg-logo {
    background: linear-gradient(
            180deg,
            #D90000 0%,
            #550303 100%
    );
}
.bg-main {
    background: #550303;
}
.card-img {
    max-width: 500px;       /* Set a fixed width for consistency */
}
.logo-img {
    max-width: 300px;       /* Set a fixed width for consistency */
    min-width: 200px;
}