.ho{
    transition: 0.4s;
}
.ho:hover{
  font-weight: bold !important;
    transform: scale(1.05);
}
.ko{
    font-weight: bolder;
    
}
.ko:hover{
    font-style: italic;
    transform: scale(1.05);
}
.cor{
    width: 100%;
    height: 700px !important;
}
.ccs{
    margin-top: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card{
    margin: 10px;
}
.up{
    text-align: center;
    background-color: peachpuff;
    margin-top: 6vh;
}