.the-parlor-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000000;
}
 
.the-parlor-text10 {
  color: #ff00ff;
  margin-top: var(--dl-space-space-threeunits);
  text-align: center;
  font-family: "Pirata One";
}
 
.the-parlor-text11 {
  color: rgb(0, 255, 0);
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-family: "Pirata One";
}
 
.the-parlor-text14 {
  color: rgb(0, 255, 0);
  margin-top: var(--dl-space-space-twounits);
  text-align: left;
  font-family: "Pirata One";
  line-height: 2;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-fiveunits);
}
