body {
  background-color: hsl(47, 88%, 63%);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  font-size: 14px;
  max-width: 325px;
  max-height: 425px;
  border: 1px solid black;
  border-radius: 10px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 10px 10px hsl(0, 0%, 7%);
}

.for-padding {
  padding: 20px;
}

.heading {
  font-weight: 800;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.heading:active,
.heading:hover {
  color: hsl(47, 88%, 63%);
}

.design-img {
  width: 100%;
  height: 15%;
}

.highlight {
  color: black;
  background-color: hsl(47, 88%, 63%);
  width: 24%;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bolder;
  margin-top: 5%;
  border-radius: 3px;
}

.avatar {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.img-avatar {
  width: 8%;
  margin-right: 10px;
  margin-top: 3px;
}
