/* Styles for the heading within the section-one class */
.section-one h1 {
    font-size: 6rem; /* Set the font size to 6 rem for large headings */
    margin-top: 15vh; /* Add a top margin of 15% of the viewport height */
    margin-bottom: 5vh; /* Add a bottom margin of 5% of the viewport height */
}

/* Styles for paragraphs within the text-center class */
.text-center p {
    color: #000000; /* Set the text color to black */
}

/* Styles for the form element */
form {
    background-color: #ffffff !important; /* Set the background color to white and use !important to override any other background settings */
    padding: 4rem 2rem 6rem 2rem; /* Add padding: 4rem top, 2rem right, 6rem bottom, 2rem left */
    border-radius: 2rem; /* Round the corners of the form with a radius of 2rem */
    width: 50%; /* Set the width of the form to 50% of its parent container */
    margin-bottom: 6vw; /* Add a bottom margin of 6% of the viewport width */
}
