.dark-theme .textDiv1, .dark-theme .textDiv2 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-primary, .btn-primary {
  background-color: #E5474B !important;
  color: white !important;
  border-color: #E5474B !important;
}

.bg-secondary, .btn-secondary {
  background-color: #0275d8 !important;
  color: white !important;
}

.card-img-overlay a:hover {
  text-decoration: none !important;
  color: #e7e9e4 !important;
}

.textDiv1, .textDiv2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.textDiv1:hover {
  color: #E5474B;
}

.textDiv2:hover {
  color: #0275d8;
}

.imageCard-person:hover {
  opacity: 0.95;
}

.footer__subtitle-link {
  color: white !important;
}

#timer {
  font-size: 3em;
}

#timer div {
  display: inline-block;
  min-width: 90px;
}

#timer div span {
  color: #Da4437;
  display: block;
  font-size: .3em;
}

.link-a {
  color: var(--first-color);
}
/*# sourceMappingURL=main.css.map */