@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

body{
    font-family: montserrat;
}
 
#list-lec a{
    color: #c8a357;
}

#list-ps a{
    color: #ffcacc;
}

#list-cr a{
    color: #ff3939;
}

.py-10{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.bg-pink{
    background-color: #ff393ae0;
}

hr{
   color: #ff393ae0;
}