body {
  background-color: #ccd5ae;
  margin: 0;
  padding: 0;
}
header {
  color: black !important;
}

.container {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.Title a {
  background-color: var(--primary900);
  color: black !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

main h1 {
  text-align: center;
  color: #444;
  margin-bottom: 30px;
}

.section {
  margin-bottom: 20px;
}

.section h2 {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.section p {
  margin: 5px 0;
  line-height: 1.6;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info span {
  font-weight: bold;
}

.SelectionButton {
  background-color: var(--primary900);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  left: 50%;
  position: relative;
  transform: translateX(-60%);
}

@media (max-width: 600px) {
  .container {
    margin: 20px;
    padding: 15px;
  }

  h1 {
    font-size: 1.5em;
  }

  .section h2 {
    font-size: 1em;
  }
}
