html {
	background-image: url("./Images/2026_03_13_IMG_0978.JPG");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height: 100%;
    margin: 0;
    padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
h4 {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
    font-family: "Trebuchet MS";
    font-size: 24px;
    width: 780px;
    text-align: center;
    color: black;
	background-color: #FFE0B3;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid black;
}

h3 {
    font-family: "Trebuchet MS";
    font-size: 24px;
    text-align: center;
    color: black;
}

h6 {
    font-family: "Trebuchet MS";
    font-size: 14px;
    text-align: center;
    color: black;
}
th {
	background-color: #F1A983;
	font-size: 24px;
}
form {
    text-align: center;
}
.inputtext-902
{
    font-family: "Trebuchet MS";
    font-size: 48px;
    height: 52px;
    width: 902px;
	border-radius: 80px;
    border: 2px solid;
	margin-left: 48px;
}
.inputtext-128
{
    font-family: "Trebuchet MS";
    font-size: 24px;
    height: 40px;
    width: 128px;
    border: 2px solid;
	margin-left: 48px;
}
input[type=text] {
    font-family: "Trebuchet MS";
    font-size: 24px;
    height: 40px;
    width: 508px;
    border: 2px solid;
    border-radius: 80px;
}
input[type="radio"] {
    font-family: "Trebuchet MS";
	font-size: 24px;
	height: 40px;
	width: 24px;
    border: 2px solid;
    border-radius: 8px;
	margin-left: 48px;
}
input[type="submit"] {
	height: 68px;
	width: 248px;
	font-size: 32px;
	border-radius: 40px;
}
.form-label {
    font-family: "Trebuchet MS";
	display: inline-block;
	width: 520px;
	height: 52px;
    font-size: 24px;
    border-style: none;
    background-color: #0088EE;
	margin-left: 48px;
	align-items: center;
}
label
{
    font-family: "Trebuchet MS";
    font-size: 24px;
	height: 12px;
	width: 328px;
}
.container {
    text-align: center;
}
li
{
	font-size: 24px;
}
li::marker {
  color: green;
}
p {
    font-family: "Trebuchet MS";
    font-size: 32px;
    background-color: #FFE0B3;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
	padding: 8px;
}
.statename
{
    font-family: "Trebuchet MS";
    font-size: 36px;
	margin-left: 48px;
}
input[type="checkbox"] {
    font-family: "Trebuchet MS";
	height: 24px;
	width: 24px;
    border: 2px solid;
    border-radius: 8px;
	margin-left: 48px;
}
@media only screen and (max-width: 1200px) {
  .inputtext-902
  {
	  height: 120px;
  }
  h4
  {
	  font-size: 52px;
	  height: 120px;
  }
th {
	font-size: 36px;
}
tr {
	font-size: 24px;
}
