*,
*::after,
*::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* Setting global font  */
html,
body {
  margin: 0;
  font-family: "DM Sans";
}

/* The black header on each section */
.title {
  color: black;
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 5rem;
}

/* The section block itself */
.section {
  margin-top: 8rem;
  padding: 2rem;
}

.timePeriodSelected {
  color: #2b0236 !important;
  font-weight: bold !important;
}
