@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  font-size: 0.875em;
  background-color: hsl(0, 0%, 8%);
}
body main {
  background-color: hsl(0, 0%, 12%);
  width: 327px;
  height: 579px;
  margin: 116px auto 50px;
  padding: 24px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  body main {
    width: 384px;
    height: 612px;
    padding: 40px;
    margin: 130px auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  body main {
    margin: 150px auto 70px;
  }
}
@media screen and (min-width: 1440px) {
  body main {
    margin: 174px auto 80px;
  }
}
body main .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
body main .user-info__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 28px;
}
body main .user-info__name {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1.571em;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  body main .user-info__name {
    margin-bottom: 10px;
  }
}
body main .user-info__location {
  color: hsl(75, 94%, 57%);
  font-size: 0.9em;
  margin-bottom: 28px;
}
body main .user-info__about {
  color: hsl(0, 0%, 100%);
}
body main .social-net {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .social-net__button {
  width: 279px;
  height: 46px;
  text-align: center;
  background-color: hsl(0, 0%, 20%);
  margin-bottom: 16px;
  border-radius: 8px;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-weight: 700;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  body main .social-net__button {
    width: 304px;
  }
}
body main .social-net__button:hover {
  background-color: hsl(75, 94%, 57%);
  color: hsl(0, 0%, 12%);
  transition: 250ms;
}
body main .social-net__button:active {
  background-color: hsl(0, 0%, 100%);
  color: hsl(75, 94%, 57%);
  transition: 100ms;
}
body .attribution {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 20px;
}
body .attribution__p {
  color: hsl(0, 0%, 100%);
}
body .attribution__a {
  color: hsl(75, 94%, 57%);
}
body .attribution__a:hover {
  color: hsl(246, 100%, 37%);
  transition: 250ms;
}
body .attribution__a:active {
  color: hsl(246, 31%, 58%);
  transition: 100ms;
}

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