 *{
  padding: 0;
  margin: 0;
 }
 @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap');

 .attribution { font-size: 11px; text-align: center;}
  .attribution a { color: hsl(228, 45%, 44%); }
  body{
    background-color:  hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    font-family: "Figtree", sans-serif;
  }

  .con{
    width: 40vh;
    height: 60vh;
    background-color: white;
    border-radius: 20px;
    border: 2px solid;
    box-shadow: 5px 7px 1px 3px;
    margin-bottom: 100px;
  }
  .img{
    background-color: gainsboro;
    width: 90%;
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:5% 2% 0 5%;
    background-image: url("assets/images/illustration-article.svg");
    border-radius: 12px;
  }
.l{
  background-color:hsl(47, 88%, 63%) ;
  width: 27%;
  /* height: 2vh; */
  font-weight: 700;
  padding:1vh 5% 1vh 5%;
  font-size: 2vh;
  margin-left: 2vh;
  margin-top: 2vh;
  border-radius: 4px;
  text-align: center;
}

.p{
  font-size:1.8vh;
  font-weight: 500;
  margin-left: 2vh;
  margin-top: 1.2vh;
}
.h{
  font-size: 2vh;
  font-weight: 900;
  margin-left: 2vh;
  margin-top: 1.2vh;
}
.h:hover{
  color:hsl(47, 88%, 63%);
  cursor: pointer;
}
.g{
  margin-left: 2vh;
  margin-top: 1.2vh;
  font-size: 1.8vh;
  color: gray;

}


  .c{
    display: flex;
    height: 12%;
    align-items: center;
  margin-left: 1vh;
  margin-top: 1.2vh;
  /* justify-content: space-; */

  }
  .img2{
    width: 13%;
    background-color: gainsboro;
    height: 55%;
    background-image: url("assets/images/image-avatar.webp");
    background-position: center;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;


  }
  .r{
    font-weight:600;
    margin-left: 3%;
    font-size: 1.7vh;
  }