body {
  background-color: var(--appPrimaryColor);
  padding: 20px;
}

.main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  min-height: 100vh;
}

.logo {
  background-color: #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7em;
  margin-bottom: 5em;
}

.logo .icon {
  margin: 0 auto;
}

.page-title {
  font-size: 5.5em;
  text-align: center;
  color: var(--appBlackColor);
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.description {
  font-size: 3.5em;
  text-align: center;
  color: var(--appBlackColor);
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.arrow {
  margin-bottom: 5em;
  width: 7em;
}

.parkobot-logo {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 5em;
  background-color: #fff;
}

.parkobot-logo img {
  width: 70%;
  margin: 0 auto;
}

.download-text {
  font-size: 2em;
  text-align: center;
  color: var(--appBlackColor);
}

.store-section {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}

.store-section .img {
  width: 380px;
}

.conditions {
  text-align: right;
  margin-top: 4em !important;
  margin-bottom: 4em !important;
  cursor: pointer;
  text-decoration: underline;
  width: 100%;
  text-underline-offset: 10px;
}
