h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #028845;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
  text-align: center;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  color: #1a73e8;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

p {
  font-family: 'Arial', sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
}

p.special {
  font-style: italic;
  font-weight: bold;
  color: #1a73e8;
}

@media (max-width: 768px) {
  p {
    font-size: 1em;
    padding: 0 10px;
  }
}

footer {
  background-color: #ffffff;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

footer a {
  color: #4CAF50;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

footer a:hover {
  background-color: #4CAF50;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  footer a {
    font-size: 1em;
    padding: 6px 12px;
  }
}

.footer {
  text-align: center;
}

.iframe {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px
}
  