/* Global Styles */
html, body {
  height: 100%;
  background-color: #333;
  color: #ccc;
  margin: 0;
  
  text-align: center;
  
}

/* Link Styles */
a,
a:focus, a:visited {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #01e2f8;
}

/* Footer Styles */
.mastfoot {
  font-size: 15px;
  line-height: 1.5;
}

/* Optional: Ensure responsive images */
img {
  max-width: 95%;
  height: auto;
}

/* Footer Styles */
.mastfoot {
  background: linear-gradient(135deg, #444, #222);
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-heading {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-subheading {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.footer-contact a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  background-color: #01e2f8;
  color: #222;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact a:hover {
  background-color: #fff;
  color: #222;
}
