/* About Section */
.about {
	padding: 100px 0 20px 0;
	text-align: center;
}

.about h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.about p {
	font-size: 1.4rem;
	color: #097885;
	max-width: 800px;
	margin: 0 auto;
}

.about-info {
	margin: 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.about-info p {
	font-size: 1.1rem;
	color: black;
	margin: 1rem;
	text-align: justify;
}

/* Style inputs with type="text", select elements and textareas */
input[type="text"],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 10 px;
	margin-bottom: 16px;
	resize: vertical;
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
	background-color: #b6d5d8;
	color: black;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
	background-color: #097885;
	color: white;
}

/* Add a background color and some padding around the form */
.container {
	width: 40%;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #e6f4f4;
	padding: 20px;
}
