body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}

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

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

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}
.fs-14px{
	font-size: 14px !important;
}
.fs-16px{
	font-size: 16px !important;
}
.fs-18px{
	font-size: 18px !important;
}
.fs-20px{
	font-size: 20px !important;
}
.fs-22px{
	font-size: 22px !important;
}
.fs-24px{
	font-size: 24px !important;
}
.fs-26px{
	font-size: 26px !important;
}
.fs-28px{
	font-size: 28px !important;
}
.fs-30px{
	font-size: 30px !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
