body {
  background-color: hsl(47, 88%, 63%);
}

.Container {
  background-color: hsl(0, 0%, 100%);
  width: 300px;
  margin: auto;
  height: 430px;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid black;
  box-shadow: 6px 6px 0px black;

  /* border-color: black;
  border-width: 100px;
  box-shadow: 100px; */
}

img {
  position: relative;
  width: 300px;
  border-radius: 10px;
  /* margin-top: 15px; */
  /* margin-left: 15px;
  margin-right: 15px; */
}

/* .Foundations .Loading .Published {
  font-size: 16px;
} */

.Loading {
  background-color: hsl(47, 88%, 63%);
  width: 60px;
  padding: 5px 10px;
  font-weight: 1000px;
  font-family: "figtree";
  border-radius: 5px;
}

.Published {
  font-weight: 500;
  font-size: 16px;
  font-family: "figtree";
}

.Foundations {
  font-size: 16px;
  font-weight: 800px;
  color: black;
  font-weight: 800;
  font-family: "figtree";
}

.Foundations:hover {
  color: hsl(47, 88%, 63%);
  cursor: pointer;
}

.Languages {
  font-size: 16px;
  color: hsl(0, 0%, 42%);
  font-family: "figtree";
}

/* .Image {
  width: 30px;
  position: relative;
}

span {
  font-size: 16px;
  font-family: "figtree";
} */

.avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
