* {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
html,
body,
.wrapper {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 32px;
  overflow: auto;
  box-sizing: border-box;
}
.wrapper a {
  display: inline-block;
}
.logo {
  padding: 12px 0 11px;
}
.main_img {
  width: 200px;
  height: 200px;
  margin: 100px 0 32px;
}
h1 {
  color: #323232;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
p {
  max-width: 618px;
  margin: 16px 0 24px;
  text-align: center;
  color: #b1b0b6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
.link_back {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.3px;
  width: 343px;
  text-align: center;
  padding: 17px;
  border-radius: 16px;
  background: #323232;
}

@media screen and (max-width: 850px) {
  .logo {
    width: 161px;
    padding: 7px 0 6px;
  }
  .main_img {
    margin-top: 64px;
  }
  p {
    max-width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .main_img {
    margin: 24px 0;
  }
  h1 {
    max-width: 275px;
  }
  p {
    max-width: 328px;
  }

  .link_back {
    display: block;
    max-width: 340px;
    width: 100%;
    text-align: center;
    padding: 17px;
    box-sizing: border-box;
  }
}
