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

body {
    background-color: rgba(244, 208, 78, 100%);
}

.card {
    background-color: white;
    width: 350px;
    height: 480px;
    padding: 24px;
    border-radius: 20px;
    margin: 180px auto;
    box-shadow: 10px 10px rgba(17, 17, 17, 100%);
    border: 1px solid black;
}

.blog-image {
    overflow: hidden;
    width: 335px;
    height: 200px;
    border-radius: 20px;
    margin: 0px 8px;
}

.content {
    width: 336px;
    height: 194px;
    margin: 24px 10px;
}

.category {
    background-color: rgba(244, 208, 78, 100%);
    width: 90px;
    height: 29px;
    border-radius: 4px;
}

.learning {
    width: 58px;
    height: 21px;
    margin: 10px 8px;
    padding: 5px;
    text-align: center;
    color: hsl(0, 0%, 7%);
    font-family: sans-serif;
    font-weight: 950;
    font-size: 13px;
}

.publish_date {
    width: 170px;
    height: 21px;
    padding: 20px 0px;
    color: hsl(0, 0%, 7%);
    text-align: left    ;
}

.title {
    height: 36px;
    font-family: "Figtree", sans-serif;
    font-weight: 950;
    font-size: 24px;
    color: hsl(0, 0%, 7%);
    text-align: left;
    cursor: pointer;
}

.title:hover {
    text-decoration: none;
    color: hsl(47, 88%, 63%);
}

.description {
    height: 72px;
    padding: 20px 0px;
    color: hsl(0, 0%, 42%);
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.author {
    display: flex;
}

.author img {
    padding: 10px 0;
    width: 32px;
    height: 32px;
}

.author p {
    padding: 0 15px;
    text-align: center;
    font-family: "Figtree", sans-serif;
    font-weight: 950;
}
