@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&family=Outfit:wght@100..900&display=swap");
/*Reset styles*/
* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

/*normal styles*/
body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(0, 0%, 8%);
}

.card {
  background-color: hsl(0, 0%, 12%);
  border-radius: 10px;
  width: 350px;
  padding: 30px;
  padding-bottom: 30px;
  margin: 30px;
  line-height: 3em;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

figure img {
  width: 70px;
  border-radius: 35px;
}

figure h1 {
  align-items: center;
  color: hsl(0, 0%, 100%);
}
figure h4 {
  align-items: center;
  color: hsl(75, 94%, 57%);
}
figure p {
  color: hsl(0, 0%, 100%);
  font-size: 0.9rem;
}

/*media links styles*/
ul {
  list-style: none;
  color: hsl(0, 0%, 100%);
  line-height: 16px;
}

ul li {
  line-height: 3rem;
  text-align: center;
  padding: 3px;
  background-color: hsl(0, 0%, 20%);
  margin-top: 15px;
  border-radius: 6px;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}

a:hover {
  cursor: pointer;
}

/*footer styles*/
.attribution {
  font-family: "Inter";
  font-size: 0.9rem;
  color: hsl(0, 0%, 100%);
}
.attribution a {
  color: hsl(228, 45%, 44%);
  text-decoration: none;
}
