body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
  max-width: 1280px;
  margin-inline: auto;
}

h1 {
  color: rgb(255, 167, 38);
  text-align: center;
  margin-top: 2rem;
}

p {
  color: #555;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem 2rem;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: 2rem auto;
  padding: 0.8rem 1.5rem;
  background-color: rgb(255, 167, 38);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #ff9800;
}

footer {
  background-color: #fafafa;
  padding: 2rem;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
  border-top: 1px solid #e0e0e0;
}

footer a {
  color: rgb(255, 167, 38);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}


.mc-navbar-link-top-case {
font-weight: 1000 !important;
}

.nav-link {
font-weight: 1000 !important;
}