.maintitle
{
font-weight: strong;
font-size:18pt;
color:#fff!important;
}


.subtitle
{
font-weight: normal;
font-size:11pt;
color:#fff!important;
}


.formdetails
{
font-weight: normal;
font-size:9.5pt;
color:#fff!important;
}


.container {
  max-width: 325px;
  margin: 0 auto;
  text-align: center!important;
  background-color: #000; /* Light gold background */
  border: 4px solid #00; /* Thicker gold border */
  padding: 20px!important; /* Added more padding */
  padding-bottom: 25px!important; /* Increased bottom padding */
  border-radius: 8px; /* Rounded corners */
  box-sizing: border-box; /* Ensures padding does not affect total width */
}

input[type=email], button {
  width: 250px;
  padding: 10px;
  margin: 10px 0;
  border: none; /* Removes border */
  border-radius: 5px; /* Rounded corners */
}

input[type=email] {
  background-color: #ffffff; /* White background for input */
  color: #333333; /* Dark text for readability */
}

button {
  background-color: #158445; /* Bright orange-red button */
  color: #ffffff; /* White text */
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none!important;

}

button:hover {
  background-color: #158445; /* Slightly darker red on hover */
  text-decoration: underline!important;
}

#responseMessage {
  margin-top: 10px;
  color: #FFD700; /* Dark text for response messages */
}
