table img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: block;
  margin: 0 auto;
  justify-content: center;
}

table img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  color: #ff004c;
  margin-top: 40px;
  text-transform: none;
  text-decoration: underline;
}

h2 {
  font-size: 1.2em;
  color: #000000;
  margin-top: 30px;
}

h3 {
  font-size: 1.2em;
  color: #000000;
  margin-top: 25px;
}

h4 {
  font-size: 1.2em;
  color: #000000;
  margin-top: 20px;
}

h5 {
  font-size: 1.2em;
  color: #000000;
  margin-top: 15px;
}

h6 {
  font-size: 1.2em;
  color: #000000;
  margin-top: 10px;
  text-transform: none;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  color: #7465e3;
  text-decoration: solid;
  transition: all 0.3s ease;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.5px;
  background-color: #f9f9f9;
  padding: 10px;
  border-left: 4px solid #4CAF50;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

p em {
  color: #4CAF50;
  font-style: italic;
}

p:hover {
  color: #000;
  transition: all 0.3s ease;
}

h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', Times, serif;
}

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;
  }
}

.audio-container {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

audio {
  width: 100%;
  outline: none;
  border: 2px solid #ddd;
  border-radius: 8px;
  background-color: #f4f4f4;
}

audio:hover {
  border-color: #2196F3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

iframe {
  width: 50%;
  height: 500px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
  margin: 20px auto;
}

.footer {
  text-align: center;
}
