.class="button_text"{
    padding: 15px 30px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size for larger text */
    border: none; /* Optional: removes the border */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #007bff; /* Optional: sets the background color */
    color: white; /* Optional: sets the text color */
    cursor: pointer; /* Changes cursor to indicate button */
    transition: background-color 0.3s ease; /* Optional: smooth transition for hover effect */
}