.wrapper-blog{
    display: flex;
    justify-content: center;
}
.blog-card{
    border:#ededed solid 1px;
    border-radius: 15px;
    padding: 20px;
    width:70%;
    background-color: #e5e5e5;
}

.blog-content{
    margin-top:30px;
    line-height:1.5 em;
}
.blog-card-title{
    color: #3A7C7C;
    font-family: sans-serif;
    margin: 0px 0px 0px 0px ;
}
.wrapper-btnBackBlog{
    margin: 90px 30px;
}
.btnBackBlog{
    color:white;
    background-color: cornflowerblue;
    padding:5px 10px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 10px;
}
.blog-edit-button{
    background-color: rgb(103, 151, 31);
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: sans-serif;
    padding: 5px 10px;
    border-radius: 15px;
}