body {
  background-color: #F0F9FF;
  font-family: sans-serif;
}

main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(292px);
}

@media screen and (max-height: 568px) {
  main {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 48px auto;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lorcle-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
}

.lorcle-logo {
  width: 96px;
  height: 26px;
  margin-bottom: 32px;
}

.open-app-link {
  margin-bottom: 24px;
}

.open-app-button {
  background-color: #1C73DE;
  border-style: none;
  border-radius: 32px;
}

.button-text {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  margin: 8px 40px;
}

hr {
  border-top: 2px solid #E0E0E0;
  margin-bottom: 24px;
  width: 100%;
}

.store-links-description {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}

.store-links {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}

.app-store-img {
  width: 121px;
  height: 44px;
}

.google-play-img {
  width: 147px;
  height: 44px;
}

.trademark-text {
  color: #9E9E9E;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}
