/* Start custom CSS */body {
  font-family: "Tahoma", Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

h1 {
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}

.intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

.contact-box {
  background-color: #f1f5f9;
  padding: 25px;
  border-radius: 8px;
}

h2 {
  color: #444;
  margin-bottom: 20px;
}

p {
  color: #555;
  margin-bottom: 15px;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}/* End custom CSS */