@import url("../../../css2");
body {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #000 url("../img/pattern.svg");
  background-size: 30%;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 16px;
  background: #222222;
}

main {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.card {
  max-width: 400px;
  border-radius: 16px;
  padding: 30px 16px 50px 16px;
  width: 100%;
  margin-top: 30px;
  background: #1e1e1e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.ava {
  width: 122px;
  height: 122px;
  background: url("../img/ava.jpg") no-repeat center/contain;
  border-radius: 50%;
  margin: auto;
}

.name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
}

.subs {
  color: #7d7f81;
  font-size: 15px;
  margin: 10px 0;
}

.deskription {
  font-size: 16px;
}
.deskription p {
  margin: 0;
}

.backquote {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn, .download {
  background: #1c93e3;
  border-radius: 17px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 24px;
  height: 42px;
}

.download {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  height: 16px;
}

.mob {
  display: none;
  color: #7d7f81;
  font-size: 14px;
  margin-top: 40px;
}

@media screen and (max-width: 425px) {
  .mob {
    display: block;
  }

  .card {
    padding-bottom: 20px;
  }

  .ava {
    width: 110px;
    height: 110px;
  }
}

/*# sourceMappingURL=style.css.map */
