.intro-bg {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.intro-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: white;
  padding: 0.5rem 1rem;
  font-size: large;
  transition: all 100ms ease-in-out;
}
