.main-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 90%;
  max-width: 920px;
  height: calc(100vh - 170px);
}
