.bg-hero {
  background-color: #492b74 !important;
}

.card {
  background-color: #f3e8ff;
  border-radius: 1.5rem;
  font-size: 1.35rem;
}

.card-body {
  padding: 2rem;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
}

.card b {
  font-weight: 600;
}

.large-text {
  font-size: 4rem;
}

/* Header */
header {
  aspect-ratio: 3840/1696;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("https://static.igem.wiki/teams/6080/wiki/general/headers/home.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header h1 {
  color: white;
  font-size: 10vw;
}
