*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Adobe Clean', sans-serif;
    font-family: 'adobe_clean_uxbold', sans-serif;
    font-family: 'adobe_clean_uxregular', sans-serif;
}

.collapse{
    font-weight: 300;
}

.banner-img{
    background: url(./Assets/ezgif.com-gif-maker.jpg);
    height: 90vh;
    background-size: cover
}

.bgcolor{
    background-color: #9797fc;
    
}

.card-link{
    text-decoration: none;
    font-size: 1rem;
    color: rgb(53, 53, 53);
    margin-bottom: 50px;
    font-weight: 400;
}
.card-link1{
    text-decoration: none;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    font-weight: 400;
}

.footer-link{
    text-decoration: none;
    font-size: 0.9rem;
    color: rgb(53, 53, 53);
    margin-bottom: 50px;
    font-weight: 200;
}