*{
    margin: 0%;
    padding: 0%;
}
:root{
    --Yellow: rgb(244,208,78);
    --Gray-950: rgb(17,17,17);
    --Gray-500: rgb(107,107,107);
    --White: rgb(255,255,255);
}
body{
    background-color: var(--Yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.container{
    width: 350px;
    height: 500px;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 10px 10px 0px var(--Gray-950);
    border: 2px solid var(--Gray-950);
    background-color: var(--White);
}
.highlight{
    width: 60px;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--Yellow);
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Figtree extrabold";
    letter-spacing: 0px;
    line-height: 150%;
}
.date{
  font-size: 16px;
  font-family: "Figtree Medium";
  letter-spacing: 0px;
  line-height: 150%;
}
h1{
    font-family: "Figtree extrabold";
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    line-height: 150%;
}
.illustration{
    width: 350px;
    border-radius: 20px;
}
.paragraph{
    font-size: 14px;
    font-family: "Figtree Medium";
    letter-spacing: 0px;
    line-height: 150%;
    margin-bottom: 25px;
}
img{
    width: 50px;
    padding-right: 10px;
}
.text{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Figtree extrabold";
    margin-top: 25px;
}
