body{
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
}
.card{
    margin: auto;
    width: 50%;
    max-width: 400px;
    background-color: white;
    font-family: Figtree;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 10px 10px black;
    padding-bottom: 20px;
}

.illustration{
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.category{ 
    display: inline-block;
    width: auto;
    font-weight: 800;
    font-size: 15px;
    color:black;
    background-color: hsl(47, 88%, 63%);
    border-radius:5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.date{
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: black;
}

h1{
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 15px;
    color: black;
    font-weight: 800;
}

h1:hover{
    color: hsl(47, 88%, 63%);
}

.main-text{
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color:  hsl(0, 0%, 42%);
    font-size: 16px;
    font-weight: 800px;
    line-height: 30px;

}

.profile{
    width: 40px;
    height: 40px;
    margin-right: 10px;   
}

.writer-par{
    color: black;
    font-weight: 800;
    font-size: 16px;
}

.side{
    margin-left: 20px;
    display: flex;
    justify-content: left; /* Centers horizontally */
}





