#save-the-date {
	max-width: 72ch;
	line-height: 1.7;
}

#lake-piano-image img {
	width: 72ch;
	max-width: calc(100vw - 4rem);
	box-shadow: 2px 4px 8px #000d;
	border-radius: 1rem;
	border: 1px solid darkgreen;
}

#signup {
	padding: 2rem;
	border: 1px solid var(--dark-green);
	border-radius: 1rem;
	/* border-width: 2px 4px 6px 2px; */
	/* background-image: linear-gradient(#fff2, #0002); */
	background-color: #C2B0E040;
	max-width: 72ch;
	box-sizing: border-box;
}

#signup-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	margin-bottom: 1rem;
}

#signup-form label {
	font-weight: bold;
}

#signup-form input {
	margin-bottom: 1rem;
}

#signup-form .color-button {
	width: max-content;
}
