body {
    background-color:#f7f7f7;
}

#main_logo {
    width: 110px;
    height: auto;
    object-fit: cover;
}

#category_images {
    height: 300px;
    width: 100%;
    object-fit:contain;
    transform: scale(0.7);
}