.u-section-1 .u-sheet-1 {
  background: #ffffff;
  position: relative;
  display: block;
  height: 100%;
  min-height: 150px; /* Ensure the minimum height is set correctly */
}

.button.is-rounded {
  border-radius: 9px;
  padding-left: 1.25em; /* Simplified calculation */
  padding-right: 1.25em; /* Simplified calculation */
}

.header-title, .core {
  display: inline-block;
  padding: 1vh;
  text-align: center;
  width: 100%;
}

.form {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0 auto 20px; /* Center form with auto margins */
  text-align: center;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: 1.125em; /* Simplified calculation */
  padding-right: 1.125em; /* Simplified calculation */
}

.input, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

.input, .select select, .textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 2px;
  color: #363636;
}

.form input {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; /* Take the full width of the container */
  max-width: 500px; /* Set a maximum width for larger screens */
  height: 25px;
}

#icon {
  float: left;
}

.core {
  background: #e2e2e2;
  border-radius: 15px;
  padding: 4vh;
  margin: 50px auto;
  width: 90%; /* Adjusted for better responsiveness */
  max-width: 800px; /* Set a maximum width for larger screens */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table_with_text_on_center, .table_with_text_on_center2 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

/* Media Queries for different screen sizes */
@media (max-width: 768px) {
  .form input {
    width: 80%; /* Adjust width for smaller screens */
  }

  .core {
    width: 90%; /* Adjust width for smaller screens */
  }
}

@media (max-width: 480px) {
  .form input {
    width: 100%; /* Full width for the smallest screens */
  }

  .core {
    padding: 2vh; /* Adjust padding for smaller screens */
  }
}

*/

/*.table_with_text_on_center {
position: absolute;
width: 1195px;
height: 140px;
background: #FFFFFF;
border-radius: 10px;
}

.table_with_text_on_center2 {
text-align: center;
width: 100%;
position: absolute;
width: 729px;
height: 370px;

background: #FFFFFF;
border-radius: 30px;
}*/