#suggestions{
    background-color: aliceblue;
    color: black;
    padding-left: 20px;
    z-index: 1000px;
}
#suggestions::selection{
    background-color: orangered;
}


/* blog area css code  */


.flex-parent {
    display: flex;
}

.jc-center {
    justify-content: center;
}