body {
	font-family: Arial, sans-serif;
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
	background-image:url(https://framerusercontent.com/images/8j37lkRloZPCRPAmHK7dazHmQ.jpg);
	background-size:cover;
	background-attachment:fixed;
}

h1 {
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

form {
	max-width: 600px;
	margin: 30px auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

button[type="submit"],.g-recaptcha {
	background-color: #e71d36;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

button[type="submit"]:hover {
	background-color: #d91b32;
}
