body{
    margin: 0;
    box-sizing: border-box;
    background-color: hsl(47, 88%, 63%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.blog-card{
    margin-top: 80px;
    position: fixed;
    margin: auto;
    inset: 0;    
    height: 450px;
    width: 320px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 40px;
    box-shadow: 8px 9px 2px 0px;
}

svg{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 18px;
}

.btn-learn{
    line-height: 25px;
    width: 80px;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    padding-bottom: 3px;
    background-color: hsl(47, 88%, 63%);;
    color: hsl(0, 0%, 7%);
}
.date-time{
    color: hsl(0, 0%, 7%);
    font-weight: 500;
    font-size: 12px;
    
}
p{
    color: hsl(0, 0%, 42%);
}

.user-info{
    display: flex;
    align-items: center;
    gap: 10px;
    
}
img{
    max-height: 32px;
    max-width: 32px;
    
}
