img.main-img {
    border-radius: 18px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mybg-recent {
    border-radius: 20px !important;
    margin-bottom: 20px;
    margin-top: 10px;
    color: white;
    background: #ef1f76;
}
.mybg-recent-cat {
    border-radius: 20px !important;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #363b7f;
    background: #673ab730;
}
.post-header {
    background: var(--gradient-1);
    padding-top: 80px;
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
}
main {
    margin-bottom: 60px;
}
.recent-articles {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.recent-articles a {
    color: white
}
/* .recent-articles img {
    margin-right: 12px;
} */
.mybg-recent span {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 17px;
}
.mybg-recent-cat span {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 17px;
}
.post-category {
    display: inline-flex;
    padding: 7px;
    border-radius: 15px;
    margin-bottom: 19px;
    padding: 0px 16px;
    padding-top: 9px !important;
    background: #673AB7;
    align-items: center;
    color: white;
}
.post-category a {
    color: white;
}
.mybg-recent-cat .recent-articles a {
    color: #673ab7;
}
ion-icon {
    color: var(--winter-sky);
    font-size: 22px;
    --ionicon-stroke-width: 35px;
}
.meta {
    margin-bottom: 20px;
}
button.share.ml-5 {
    margin-left: 20px;
}
.go-top ion-icon {
    color: white;
}
header ion-icon {
    color: white;
}