body {
  background: var(--green);
}

.frame {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--green);
  overflow: hidden;
  padding: 8.45dvh 6.36% 4.7dvh;
}

.logo {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.spacer-top {
  flex: 1.35 1 0;
  min-height: 24px;
}

.title {
  width: min(343px, 87.28%);
  aspect-ratio: 343 / 43.14;
  flex-shrink: 0;
}

.title img {
  width: 100%;
  height: 100%;
  display: block;
}

.description {
  margin-top: 10px;
  width: min(280px, 72%);
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.description .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 16px;
}

.spacer-mid {
  flex: 1.6 1 0;
  min-height: 32px;
}

.join-btn {
  width: 109px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #000;
  border-radius: 18.5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: -1.08px;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}

.join-btn:hover {
  background: #000;
  color: var(--green);
}

.join-btn:active {
  transform: scale(0.97);
}

.spacer-bottom {
  flex: 1.45 1 0;
  min-height: 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.copyright {
  color: var(--dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.license {
  width: 110px;
  height: 26px;
}

.license img {
  width: 100%;
  height: 100%;
  display: block;
}
