.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 80%; /* Adjust width as needed */
    text-align: center; /* Centers content inside the block */
}
