.content {
font-size: 14px;
font-weight: 700;
line-height: 23.8px;
color: rgb(102, 102, 102);
}

.social-icon {
    display: flex;
    flex-direction: row;
    gap:5px
}
.icon-style {
    display:block; 
    border-radius:999px;
     background: #2D318B;
}
.mail-button {
    padding-top:40px;
}
.singup-button {
    padding: 15px;
   
    color:#2EA3F2;
    border: 2px solid #2EA3F2;
    border-radius:2px ;
    transition: all 0.3s ease;
}
.image-blogs {
     max-width: 100%;
    height: auto;
    display: blockz;
    border-radius: 8px;
}
.singup-button:hover {
    border: 2px solid #F2F2F2;
    background-color: #F2F2F2;

}
.category {
        padding-top: 40px;
}

.title-category {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(51, 51, 51);
}

.tags-blogs {
    font-family: 'untitled-sans';
font-size: 14px;
font-weight: 500;
line-height: 23.8px;
color: rgb(46, 163, 242);
}

