.container{
	width:100%;
	max-width:760px;
	background:#e8e8e8;
	padding:20px;
	border: 1px solid #ffffff;
	box-shadow:0 6px 18px rgba(12,24,40,0.08);
}

h1{margin-top:0;font-size:1.6rem}

input[type="text"],
input[type="email"],
textarea{
	width:100%;
	padding:10px 12px;
	margin-top:6px;
	border:1px solid #d6dbe6;
	border-radius:8px;
	font-family: "Please write me a song";
	background:#fff;
}

textarea{
	resize:vertical;
	min-height:120px
}

.form-row{display:flex;
	gap:10px;
	align-items:center;
	margin-top:16px
}

#formMessage{
	margin-top:14px;
	font-size:.95rem;
	color:#666
}

.Z25u42lap{
	position: absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}

/* responsive */
@media (max-width:520px){
	.form-row{
		flex-direction:column;
		align-items:stretch
	}
	button{width:100%}
}