
.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form-group {
    flex: 1;
    margin-right: 10px;
}



.header-container {
display: flex;
justify-content: space-between;
background-color: rgba(235, 84, 15, 0.89);
padding: 10px;
}

h1 {
margin: 0; /* Remove default margin for h1 */
}

h2 {
#font-size: smaller; /* Reduces the font size of h2 */
margin: 0; /* Remove default margin for h2 */
}
