body {
  margin: 0;
}

.main-container {
  display: flex;
  height: 100vh;
  align-items: center;
  background: #111;
}

.main-container .image-container {
  /* flex: 1; */
  height: 100%;

  position: fixed;
  width: 100%;
}

.main-container h1 {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;

  font-weight: 800;
  letter-spacing: 10px;

  z-index: 100;
  text-shadow: 0px 0px 10px rgba(0, 0, 0);
  pointer-events: none;
}
