.card{display:flex;flex-direction:column;width:384px;height:522;padding:24px;background-color:#fff;border:1px solid;border-radius:20px;border-color:#121212;box-shadow:8px 8px;gap:24px}.card>img{width:100%;height:auto;border-radius:10px}.content{display:flex;flex-direction:column;gap:12px}.category{align-self:flex-start;border-radius:4px;background-color:#f4d04e;padding:4px 12px}.author{display:flex;flex-direction:row;align-items:center;gap:12px}.author>img{width:32px;height:32px}html{background-color:#f4d04e}#root{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}
