.wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;

}

.left .right {
  flex: 1 1 auto;
}

.mainText {
  font-size: var(--font-size-xxl);
}
