@import"https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Figtree,Arial,Helvetica,sans-serif;box-sizing:border-box;margin:0;padding:0}body{width:100vw;height:100vh;background-color:var(--Yellow);display:grid;place-items:center}p{font-size:1rem}img{-webkit-user-select:none;user-select:none}:root{--Yellow: hsl(47, 88%, 63%);--White: hsl(0, 0%, 100%);--Gray-500: hsl(0, 0%, 42%);--Gray-950: hsl(0, 0%, 7%)}main{max-width:50%;border:1px solid;background-color:#fff;display:flex;flex-direction:column;box-shadow:10px 10px #000;border-radius:20px;padding:1rem;gap:1rem;margin:auto}main h1{font-size:1.5rem;cursor:pointer;transition:ease-in-out .2s}main h1:hover{color:var(--Yellow)}main img:first-child{width:100%;border-radius:10px}.status{width:fit-content;padding:.3rem .8rem;border-radius:5px;background-color:var(--Yellow);font-weight:700}.date{font-weight:500;font-size:.9rem}.desc{color:var(--Gray-500)}.user{display:flex;flex-direction:row;align-items:center;gap:1rem}.user img{max-width:2.5rem}.username{font-weight:700}@media screen and (max-width:30rem){header{max-width:90%}}
