.button-orange {
    background-color: #ff7f50;
    color: #fff; /* Set text color to white for better contrast */
    /* Add any additional styling as needed */
}
.button-main-class {
  background-color: #ff7f50;
  color: white; /* You can change the text color as needed */
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
}

.my-custom-class {
  color: #037b90;  /* Change the text color to #037b90 */
  font-size: 18;  /* Set the font size to x-large */
}

.my-custom-class-lables {
  color: #ff7f50;  /* Change the text color to #037b90 */
  font-size: x-large;  /* Set the font size to x-large */
}

button,
input[type="button"],
input[type="submit"],
a.button {
  background-color: #ff7f50;  /* Change the background color to #ff7f50 */
  color: white; /* Change the text color to white (you can adjust this as needed) */
  /* You can add other styles as needed */
}
h3 {
  color: #ff7f50;
}