body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}

.background {
  background: url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f') no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.6);
}

.overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
}

.static-text {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}

.typewriter-text {
  font-size: 2em;
  white-space: nowrap;
  border-right: 2px solid rgba(255,255,255,0.75);
  overflow: hidden;
}
