@font-face {
  font-family: Figtree;
  src: url(./assets/fonts/Figtree-VariableFont_wght.ttf);
}

body {
  font-family: Figtree;
  font-weight: 700;
  background-color: hsl(47, 88%, 63%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 900px;
}

.card {
  background-color: white;
  width: 384px;
  height: 522px;
  border-radius: 20px;
  border: 1px solid hsl(0, 0%, 7%);
  box-shadow: rgb(0, 0, 0) 10px 10px 0px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.Tag {
  background-color: hsl(47, 88%, 63%);
  width: 82px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 800;
  margin-top: 12px;
  padding: 8px;
}
.date {
  font-weight: 500;
  mmargin-top: 12px;
}
.titlecard {
  font-weight: 900;
  font-size: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.carddescription {
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  color: hsl(0, 0%, 42%);
}

.card img {
  border-radius: 10px;
}

.profile {
  display: flex;
  align-items: center;
  font-weight: 800;
}

.profile img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
