body{
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand{
font-size: 0.9rem;
font-weight: bolder;
}

hr{
margin-top: 0px;
}

.container{
    padding: 0px 4rem;
}

#color-pattern{
    /* position: absolute; */
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 2rem;
    /* left: 1px;
    top: 16px; */
    background: rgb(192,64,223);
    background: linear-gradient(90deg, rgba(192,64,223,1) 10%, rgba(229,55,185,1) 90%);
}

.container .h6{
    font-size: 0.9rem;
    font-weight: bolder;
}

.container .p{
    font-size: 0.7rem;
    opacity: 0.5;
    margin-bottom: 1rem;
}

.accordion-header .accordion-button{
    font-size: 0.65rem;
    opacity: 0.8;
    font-weight: 900;
    padding: 0.3rem;
}


.card-title{
    font-size: 1.3rem;
    font-weight: 900;
}

.card-creation{
    font-size:0.5rem;
}

.card-text{
    font-size: 0.65rem;
}

.card img{
    height: 45vh;
    object-fit: cover;
}

.card img:hover{
filter: brightness(60%);
}