.button-container {
      display: flex;
      /* Use flexbox for horizontal alignment */
      justify-content: space-between;
      /* Space buttons evenly */
    }

    input[type="submit"],
    input[type="reset"],
    .close-button1 {
      padding: 10px 15px;
      /* Add padding to the buttons for better spacing */
    }