:root {
  --primary-color: #638CC5;
  --secondary-color: #0000CD;
  --text-color: #000033;
  --heading-color: #191970;
  --link-color: #4B0082;
  --link-hover-color: #FF00FF;
  --font-primary: "Palatino Linotype", arial, helvetica;
  --font-secondary: "Times New Roman", Verbana;
  --media-align: center;
}

body {
  background: linear-gradient(to right, #FFA500, #FFFF00, #00FF00, #00BFFF);
  background-size: 400% 400%;
  background-position: center center;
  animation: gradientAnimation 30s ease infinite;
  color: var(--text-color);
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

header {
  background-color: #ffe;
  padding: 10px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50px 50px 50px 50px;
  margin: 10px 80px;
}

 video, iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


img {
  margin-inline: auto;
  vertical-align: middle;
}

.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  max-width: 80%;
  position: relative;
  z-index: 1;
}

.content-box-inner {
  max-width: 95%;
  margin:  5% ;
}

.content-box-title {
  text-align: center;
  font-size: 20pt;
  color: var(--heading-color);
  font-family: var(--font-primary);

}

.content-box-image {
  position: relative;
  top: 5pt;
  display: block;
  margin: 1rem auto;
}

.content-box-subtitle {
  text-align: center;
  color: var(--secondary-color);
  font-family: var(--font-primary);
}

.content-box-list {
  text-align: center;
      line-height: 1.8;
  margin-top: 20px;
   margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  max-width: 100%;
  color: var(--text-color);
  font-weight: bold;
  font-family: var(--font-accent);
    font-size: 14pt;
}

.content-box-link {
  color: var(--link-color);
  font-size: 14pt;
  font-family: Garamond, Sylfaen, helvetica;
  font-weight: bold;
  text-decoration: none;
}

.content-box-link:visited {
  color: green;
}

.content-box-link:hover {
  color: var(--link-hover-color);
}

.style1 {
    color:  #540F9B;
    font-size: 11pt;
    text-align: center;
    margin: 5% 7%;
}

.style2 {
    font-family: "Book Antiqua", "Century Gothic";
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    color: #0000CD;
    margin: 0 7%;
    padding: 20px 0 0  0;
}

.style3 {
    line-height: 1.28;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: "Times new roman", "arial","hevletica";
    font-size: 14pt;
    text-align: left;
    text-indent: 3em;
    color: #000033;
    margin-left: 4%;
    margin-right: 3%;
}


.footer-container {
  background-color: #ffe;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 70%;
  margin: 1rem auto;
  text-align: center;
}

.footer-container {
  background-color: #ffe;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 70%;
  margin: 1rem auto;
  text-align: center;
}

.button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  font-size: 14pt;
  font-family: Garamond, Sylfaen, helvetica;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 0.5rem;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

.footer-text {
  color: var(--text-color);
  text-align: center;
  font-size: 11pt;
  font-family: var(--font-secondary);
}

.vmainadsdvcl {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  z-index: -9999 !important;
}

a.yt-but {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  z-index: -9999 !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  header {
    padding: 5px 15px;
    margin: 10px 5px;
    border-radius: 30px 30px 30px 30px;
  }

  .content-box {
    max-width: 90%;
  }

  .content-box-inner {
    margin: 5%;
  }

  .content-box-title {
    font-size: 16pt;
  }

  .content-box-subtitle {
    font-size: 14pt;
  }

  .content-box-list {
    font-size: 12pt;
  }

  .content-box-link {
    font-size: 12pt;
  }

  .style1 {
    font-size: 10pt;
  }

  .style2 {
    font-size: 12pt;
  }

  .style3 {
    font-size: 12pt;
    margin-left: 2%;
    margin-right: 2%;
  }

  .footer-container {
    max-width: 90%;
  }

  .button {
    font-size: 12pt;
    padding: 0.3rem 0.7rem;
  }

  .footer-text {
    font-size: 10pt;
  }
}