@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

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

ul,
ol {
  list-style: none;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: hsl(0, 0%, 8%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  height: 100vh;
}

.profile-card {
  background-color: hsl(0, 0%, 12%);
  font-weight: 600;
  border-radius: 1rem;
}

.profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 3rem 0;
  align-items: stretch;
}
.profile img {
  border-radius: 50%;
  width: 5rem;
  margin: 0 auto 1rem;
}
.profile .name {
  font-weight: 700;
}
.profile address {
  color: hsl(75, 94%, 57%);
  font-style: normal;
  margin-bottom: 1rem;
}
.profile p {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-items: stretch;
  padding: 1rem 2rem 2rem;
}
.links a {
  display: block;
  background-color: hsl(0, 0%, 20%);
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
}
.links a:hover, .links a:focus, .links a:active {
  background-color: hsl(75, 94%, 57%);
  color: hsl(0, 0%, 8%);
  cursor: pointer;
}

.attribution {
  font-size: 0.6875rem;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

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