.my-labs .card{
    background-color: #2e2b4c;
    border-radius: 20px;
    height: 100%;
    transition: .3s ease-in-out;

}

.my-labs .card:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 130, 130, 0.2);
    
}

.my-labs .card-title{
    text-align: center;
    margin-bottom: 20px;
}

.my-labs .card-title a{
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 22px;
}

.my-labs .card-text{
    margin-top: 10px;
}

.my-labs .card-text a{
    margin-left: 20px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: .3s ease-in-out;

}

.my-labs .card-text a:hover{
    color: #ffcb8c;
}
.btnShowLab
{
    margin: 20px;
    padding: 5px;
    background-color: #24a2fc;
    color: black;
    border-radius: 10px;

}
.btnShowLab:hover
{
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #6fc3ff;
}
