.card_column {
    margin-top: 30px;
    margin-left: 15px;
}

.card-img-top {
    height: 100%;
}

.card-title {
    font-weight: bold;
}

.imgsize {
    width: 90%;
    height: 60%;
}

.occ_header {
    text-align: center;
    font-style: oblique;
    font-weight: 800;
    font-size: 50px;
    background-color: rgb(37, 65, 75);
    color: red;
}



 .occh:hover {
  
    border: 2px solid rgb(240, 60, 240);
    border-radius: 5px;
    transition: 0.1s;
  
    font-weight: bold;
}





