.mainContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.centerLogo {
  width: 60%;
}

.logoText {
  margin-top: -2%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapsePara {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  flex: 1;
}

* {
  touch-action: manipulation;
}

body {
  background: linear-gradient(0deg, beige, transparent);
  overflow: hidden;
}
