.bg-cherblue {
    background-color:#141654;
    color:white;
}
.bg-chergreen {
    background-color:#56AA1C;
    color:white;
}
.bg-oca {
    background-color:#0d6797;
    color:white;
}
.bg-ocalight {
    background-color:#bbe9fe;
}
.bg-tvcl {
    background-color:#56AA1C;
    color:white;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.img thumbnail {
    width: 200px; /* You can set the dimensions to whatever you want */
    height: 100%;
    object-fit: cover;
}
.bg-twitter {
    background-color:#1da1f2;
    color:white;
}
.bg-disc {
    background-color:red;
    color:white;
}