.blog-card{
border:#ededed 2px solid;
border-radius:20px;
padding:30px;
}

.blog-image{
width:300px;
height:140px;
margin-bottom: 20px;
}
.blog-description{
margin-bottom: 25px;
}

.wrapper-card-blog{
display:flex;
gap:20px;
margin-top:50px;
}

.blog-delete-button {
    border:none;
    background-color: coral;
    color:white;
    font-size: 16px;
    font-weight: bold;
    padding:5px 10px;
    border-radius: 15px;
    cursor: pointer;
}

.btn-BackCreateBlog{
color:white;
font-weight: bold;
background-color: cornflowerblue;
padding: 5px 10px;
text-decoration: none;
margin-left:10px;
}

.wrapper-btn{
    display:flex;
    align-items: center;
    gap:15px;
    margin-top: 20px;
}
.blog-read-button{
    border:none;
    background-color:rgb(58, 124, 124);
    color:white;
    font-size: 16px;
    font-weight: bold;
    padding:5px 10px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    font-family: sans-serif;
}