html {
  scroll-behavior: smooth; }

* {
  padding: 0;
  margin: 0; }

body {
  color: black; 
  background-color: ghostwhite;
}
body:before {
    content: "";
    display: block;
    height: 100px; 
}

/*# sourceMappingURL=style.css.map */

.mr-10{
  margin-right: 10px;
}

.min-height-card{
  min-height: 280px
}
.min-height-card-r2{
  min-height: 310px
}
.min-height-card-r3{
  min-height: 305px
}
.min-height-card-r4{
  min-height: 485px
}  
.font-sub{
  color:#CC0066;
} 
.hr-bold{
  color:#CC0066;
  height:2px !important;

}
 