html {
  font-size: clamp(12px, 2vh, 20px);
}

.attribution {
  font-size: 0.9rem;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
}
body {
  background-color: hsl(47, 88%, 63%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Figtree";
  margin: 0;
}
body .container {
  background-color: hsl(0, 0%, 100%);
  width: min(95%, 22rem);
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid;
  box-shadow: 5px 5px;
}
body .container__img--largescale {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
body .container__texts-status--smallscale {
  background-color: hsl(47, 88%, 63%);
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 5px;
  font-weight: 800;
}
body .container__texts-title a {
  text-decoration: none;
}
body .container__texts-title a:active {
  color: hsl(47, 88%, 63%);
}
body .container__texts-published {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
body .container__texts-description {
  color: hsl(0, 0%, 42%);
}
body .container__profile {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body .container__profile-img--rounded {
  height: 2.4rem;
  width: auto;
}
body .container__profile-name {
  font-weight: 800;
}/*# sourceMappingURL=style.css.map */