body{
    background-color: #0d6efd;
}

.img {
    object-fit: contain;
    max-height: 100px;
}

.text{
    color: #0d6efd;
}

.img-footer{
    filter: brightness(0) invert(1);
    width: 100%;
    height: 120px;
    object-fit: cover;
}
