#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.container {
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
	box-sizing: border-box;
}

form {
	font-family: "Times New Roman", Times, serif;
	max-width: 500px;
	margin: 2rem auto;
	padding: 1.5rem;
	background-color: #fff;
	border: none;
	text-align: left;
	box-sizing: border-box;
}

form label {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	color: #000;
}

form input[type="text"],
form input[type="email"],
form textarea {
	width: calc(100% - 100px);
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	padding: 0.5em;
	margin: 0.5em auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	max-width: 100%;
}

form textarea {
	resize: none;
	height: 150px;
	overflow: hidden;
}

form button {
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	padding: 0.7em 1.5em;
	margin-top: 1em;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

form button:hover {
	background-color: #f2f2f2;
}

@media (max-width: 768px) {
	body {
		font-size: 1.2rem;
	}

	form {
		max-width: 90%;
		padding: 1rem;
	}

	form input[type="text"],
	form input[type="email"],
	form textarea {
		width: calc(100% - 100px);
		margin: 0 auto;
		max-width: 100%;
	}

	form button {
		width: auto;
	}
}




.hidden-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


