.grouped-fields {
	border: 1px solid #d4dadc;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.grouped-fields legend {
	width: auto; /* Make the legend adjust to its content */
	padding: 0 10px;
	border-bottom: none; /* Remove default bottom border */
	font-size: 1.2em;
	color: #2c4483;
	margin-bottom: 10px; /* Add some space below the legend */
}

h1 {
	margin: 90px;
}

.container { margin-top: 60px; }
