body {
  background: -webkit-linear-gradient(to right, #C6426E, #642B73);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #C6426E, #642B73);
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: center;
}

#content-wrapper {
  align-items: center;
  display: flex;
}

.reasons-container {
  color: #ffffff;
  background: rgb(255, 255, 255);
  margin: 0 auto;
  border-radius: 25px;
  width: 500px;
  padding: 20px;
}

.reasons-container h1 {
  font-size: 50px;
  text-align: center;
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  color: black;
  text-transform: uppercase;
  word-break: break-word;
  hyphens: auto;
}

#changingword {
  color: purple;
}

.carousel {
  z-index: -99;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}