#bgImage {
  height: 100vh;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  filter: blur(5px);
}

#thoughts {
  position: absolute;
  top: 50%;
  left: 40%;

  padding: 1rem;
  background-color: rgba(226, 209, 209, 0.4);

  z-index: 2;
}

p.hidden {
  display: none;

  &.poem strong {
    text-align: center;
  }
}
