.title-logo {
  width: 80px;
  height: 80px;
}

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

@media screen and (min-width: 1200px) {
  body .container {
    margin-top: 160px;
    margin-bottom: 272px;
  }
}

@media screen and (max-width: 1919px) {
  body .container {
    margin-top: 76px;
    margin-bottom: 128px;
  }
}

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

.qrcode {
  height: 144px;
  width: 144px;
  display: block;
  margin: 0 auto;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
}

.title-text {
  width: 320px;
  height: 48px;
  text-align: center;
  margin-top: 16px;
  font-size: 32px;
  opacity: 0.9;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 48px;
}

.link-button {
  width: 154px;
  height: 48px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
