.post-title{
    font-family: "Roboto", sans-serif !important;
    font-weight: 200;
    color: #252832;
    font-size: 48px;
}
.category{
    font-size: 20px;
}
.latest-list .latest{
    font-family: "Roboto", sans-serif !important;
    font-weight: 200;
    color: #252832;
    font-size: 20px;

}

.latest-list a{
    text-decoration: none;
    color: #252832;
}

.latest-list a:hover .latest{
    color: #45C4E6;
}

.share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share-buttons i {
    font-size: 20px;
}

.linkedin{
    background-color: #0077B5;
    color:white;
}
.facebook{
    background-color: #4267B2;
    color:white;

}

.link-button{
    color:#E6F5FF;
    background-color: #22283C;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #22283C;

}

.link-button:hover {
    color:#22283C;
    background-color: transparent;
}
