.main-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}

.main-text {
  text-align: center;
  color: blue;
  font-weight: 600;
  font-style: italic;
}
