 .t-Button {
            display: inline-block;
            margin: 5px;
            padding: 10px 20px;
            background-color: #1c9c9d;
            text-decoration: none;
            border-radius: 5px;
            color: black;
            text-align: center;
        }
        .t-Button:hover {
    background-color: #017144; /* Apex Pine color */
    color: white; /* Change text color for better contrast */
    transform: scale(1.05); /* Slightly increase the button size */
}
* {
            font-family: 'Tajawal';
        }