#blog{
    padding: 20px 0;
}
#blog h2{
    font-weight: bold;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 60px;
}
#blog .post{
    margin-bottom: 20px;
}
#blog .post h3 a{
    color: #ffffff;
    font-size: 22px;
}
#blog .post h3 a:hover{
    text-decoration: none;
}

#blog .post .posted{
    color: #ffffff;
    margin-bottom: 20px;
}
#blog .post .featured{
    height: 165px;
    width: 100%; 
    background-size: cover; 
}
#blog .post .content{
    background-color: rgb(19 88 86 / 25%);
    padding: 10px;
    border: 1px solid #093836;
    border-top: none;
}
#blog .post .excerpt{
    color: #ffffff;
}
#blog .post .more{
    text-align: right;
    display: block;
    color: #226a69;
    font-weight: bold;
}
#blog .pagination .blog-page a {
    color: #ffffff;
    padding: 0 10px;
    font-size: 20px;
}
#blog .pagination .active a{
    color: #883cb9;
}
#blog .pagination{
    margin-top: 50px;
}

#post{
    padding: 20px 0;
    color: #ffffff;
}
#post .content img{
    max-width: 100%;
}
#post .title{
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 35px;
}
#post .posted{
    text-align: left;
    margin-bottom: 20px;
}