@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;800&display=swap');

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

a,
a:hover{
  color:#ffc107;
  font-weight: 600;
}

ul{
  padding: 0;
  list-style: none;
}



.bg-contrast{
  /* background: #3FC380; */
  background: rgb(1,152,117);
  background: linear-gradient(153deg, rgba(1,152,117,1) 0%, rgba(63,195,128,1) 100%);
  color:#fff;
}



.side-card{
    box-shadow: 1px 1px 6px #ccc;
    border-radius: .25rem;
}


.text-light-weight{
  font-weight: 100;
}