body{
    background-color: #ece7f5;
}

.card {
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 20px 32px 0px rgba(74, 55, 204, 0.25);
    padding: 20px;
}

.card img{
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.card b{
    color: #644b99
}

.card a{
    text-decoration: none;
    
}


.card a:hover{
    text-decoration: none;
    color:bisque
}


.card p{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card button{
    background:linear-gradient(-90deg, rgba(106,139,190,1) 0%, rgba(100,75,153,1) 100%) !important;
    box-shadow:0px 8px 16px 0px rgba(74, 55, 204, 0.32);
    text-align:center;
    border-radius: 25px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: 600;
}

.title{
    text-align: center;
    color:#644b99;
    font-weight: 700;
    margin-top:30px
}


#groups{
    margin-top: 20vh;
    transition: ease-in 0.5s;
}

#groups.groups-clicked{
    margin-top: 5vh;
}

#groups .card p{
    width: 90%;
    height: 100px;
}

#groups .card{
    cursor:pointer
}

#groups .card:hover{
    transform: scale(1.05);
    transition: linear 0.5s;
}

#groups .card{
    transition: linear 0.5s;
}

.groups-clicked .card p{
    display: none;
}

.groups-clicked .card{
    padding: 0px;
    padding-bottom: 8px;
}

.groups-clicked .card img{
    margin-bottom: 0px;
}

.groups-clicked .card.selected{
    background-color: #c7939321;
}

#projects .card{
    transition: linear 0.5s;
}