#header {
  align-items: center;
  background-color: rgb(114, 110, 170);
  display: flex;
  height: 231px;
  justify-content: center;
  justify-items: center;
  text-align: center;
  width: 100%;
}

#header h1 {
  color: white;
  font-size: clamp(1rem, -0.5rem + 6.6667vw, 2.5rem);
  /*font-size: clamp(0.75rem, 0.125rem + 2.7778vw, 2rem);*/
  font-weight: normal;
  margin-top: 0px;
}

#header h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0px;
}

#header h3 {
  color: white;
  font-size: 1rem;
  font-weight: normal;
}
