/* html, body{
  overflow: hidden;
} */

body {
  height: calc(100vh - 106px); /*substracting the header and footer height while calculating body's height*/
  font-size: 1rem !important;
  color: #35567b;
}

.stats:hover {
  transition: all 0.5s;
}

.campaign-card:hover {
  background-color: #d3d3d31f;
  transition: all 0.3s;
}

.fw-900 {
  font-weight: 900;
}