.mainContent {
  position: absolute;
  width: 300px;
  height: 200px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
  /*background: red;*/
  /*align-items: center;*/
  text-align: center;
}

