
.btn-link {
  color: black;
}

.btn-link:hover {
  color: black;
  font-weight: 600;
  text-decoration:none;
}

.btn-link:active {
  font-weight: 600;
  text-decoration:none;
}


.card-header {
  background-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  
}

.card {
  border:none;
}

h4 {
 font-size: 34px !important;
 font-weight: 200 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
}

