a{text-decoration: none;}

a:link, a:visited, a:active {
    color: #0101DF;
}

  
  .buttonClass3 {
    background-color: green;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
}
  
  
  td {
  font-size: 28px; /* Set font size for table data cells */
  text-align: center; /* Optionally center-align text in data cells */
  padding: 8px; /* Add padding for better readability */
  border: 1px solid #ccc; /* Add borders to cells */
}

 input {
    font-size: 18px; /* Adjust the font size as needed */
}