.splash-image {
  background-image: url("public/crowd.jpg");
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.main-header-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-header {
  color: rgb(255, 255, 255);
  font-size: 5rem;
  padding: 1rem;
  text-align: center;
}

.main-subheader {
  color: rgb(255, 255, 255);
  padding: 0;
  text-align: center;
}
