body {
  background-color: #d4edda; /* Light green background */
  color: #155724; /* Dark green text color */
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  border: 2px solid #c3e6cb; /* Light green border */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; /* White background for the container */
  max-width: 700px;
}

.logo {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

p {
  font-size: 1.2em;
}

.contact-info {
  text-align: left;
  margin-top: 20px;
}

.contact-info h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 1em;
  line-height: 1.5;
}

.contact-info a {
  color: #155724;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
