.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(rgb(254, 23, 112) 18%, rgb(241, 107, 74) 71%);
}
.home-text {
  color: #ffffff;
  width: auto;
  font-size: xxx-large;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-weight: 800;
  margin-left: var(--dl-space-space-oneandhalfunits);
  text-transform: uppercase;
}
.home-text4 {
  color: #ffffff;
  align-self: flex-start;
  font-style: italic;
  margin-top: var(--dl-space-space-twounits);
  font-family: Merriweather;
  font-weight: 300;
  margin-left: var(--dl-space-space-oneandhalfunits);
}
.home-text5 {
  color: rgb(255, 255, 255);
  width: auto;
  font-size: 1em;
  align-self: flex-start;
  font-style: normal;
  margin-top: var(--dl-space-space-threeunits);
  text-align: left;
  font-family: Merriweather;
  font-weight: 400;
  margin-left: var(--dl-space-space-oneandhalfunits);
  letter-spacing: 1px;
}
.home-text6 {
  color: rgb(255, 255, 255);
  width: auto;
  font-size: 1em;
  align-self: flex-start;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  font-family: Merriweather;
  font-weight: 400;
  margin-left: var(--dl-space-space-oneandhalfunits);
  letter-spacing: 1px;
}
@media(max-width: 1195px) {
  .home-text {
    font-size: 8em;
    line-height: 1;
  }
  .home-text4 {
    font-size: 4em;
  }
  .home-text5 {
    font-size: 2em;
  }
  .home-text6 {
    font-size: 2em;
  }
}
