body, html {
  color: #212529;
  font-family: Popprins, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.card {
  margin-bottom: 20px;
}

h1 {
  color: #084298;
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  color: #0d6efd;
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  color: #495057;
  font-size: 1.75rem;
  font-weight: 600;
}

h4 {
  color: #6c757d;
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 1.25rem;
  font-weight: 500;
}

.spinner-overlay {
  z-index: 1000;
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}
