#content {
  min-height: 600px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 850px) {
  #content {
    display: block;
  }
}
#content .imagePortraitWrapper {
  display: flex;
  justify-content: center;
}
#content .imagePortraitWrapper .imagePortrait {
  max-width: 400px;
  width: 300px;
  transition: 300ms;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  #content .imagePortraitWrapper .imagePortrait {
    float: inherit;
    width: 60%;
    margin-top: 30px;
    transform: none;
    -webkit-transform: none;
  }
}
@media (max-width: 850px) {
  #content {
    float: inherit;
    width: 100%;
    height: auto;
  }
}
#content .contentRightWrapper {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  height: auto;
  width: 80%;
  max-width: 400px;
}
#content .contentRightWrapper h1 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}
#content .contentRightWrapper .introductionHeading {
  text-align: center;
}
#content .contentRightWrapper .introductionWrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .contentRightWrapper p {
  margin-top: 5px;
  max-width: 300px;
  margin-bottom: 20px;
  background-color: white;
}
@media (max-width: 850px) {
  #content .contentRightWrapper p {
    width: 100%;
    margin: 0;
    max-width: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  #content .contentRightWrapper {
    width: calc(100% - 100px);
    max-width: 800px;
  }
}
#content .contentRightWrapper .mainButtonWrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  #content .contentRightWrapper .mainButtonWrapper {
    flex-direction: column;
  }
}
#content .contentRightWrapper .mainButtonWrapper .button {
  width: 90%;
  max-width: 300px;
}

.paperItem {
  display: none;
}
.paperItem .paperVisible {
  display: block;
}

/*# sourceMappingURL=mainStyle.css.map */
