
.entry-header {
   
    padding-top:1px !important; 
    margin-top: 1px!important;
}

.rtitle
{
        text-align: center;
    font-size: 23px;
    background: #cecee1;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid blue;
    
}
.no-bullets {
    list-style-type: none!important; /* Removes bullets */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}
.no-bullets li {
    padding: 10px; /* Adds space inside each list item */
    margin-bottom: 2px; /* Adds space between list items */
    background-color: #f8f9fa; /* Light gray background */
    border-radius: 5px; /* Rounded corners */
    border: 1px solid #ddd; /* Light border */
}
.point
{
    background: white;
}