.ad{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

#right-footer-wr{
    height: fit-content;
    grid-area: two;
}
.create-post-footer a {
    display: flex;
    gap: 10px;
    background-color: var(--pink);
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    border-radius: var(--border-radius-12);

}
.create-post-footer .nav-plus-icon-text{
    color: white;
}
.create-post-footer a:hover{
    background-color: var(--pink-hover);
}
.create-post-footer a:active{
    background-color: var(--pink-click) !important;
}
.create-post-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.right-footer-item{
    background-color: var(--post-bg-hover-new);
    padding: 20px;
    border-radius: var(--border-radius-12);
    gap: 3px;
    display: flex;
    flex-direction: column;
}
.footer-h1{
    font-weight: 700;
}