body {
  margin: 0;
  font-family: Verdana, sans-serif;
  background-color: #00008B;
  color: white;
}

#LOGOWEB {
  text-align: center;
  margin: 30px auto;
}

#LOGOWEB img {
  max-width: 100%;
  height: auto;
}

#LOGOWEB p,
#LOGOWEB h5 {
  margin: 10px 0;
}


nav {
  background-color: #9028c5;
  padding: 10px;
  text-align: center;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  display: inline-block;
  margin: 0 10px;
}

.HSSSZ-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  background-color: #9028c5;
  border-radius: 10px;
  box-sizing: border-box;
}

.HSSSZ_Temp-banner,
.HSSSZ_Alpha-video {
  text-align: center;
  margin-bottom: 30px;
}

.HSSSZ_Temp-banner img {
  width: 100%;
  max-width: 645px;
  height: auto;
  border-radius: 10px;
}

.HSSSZ_Alpha-video iframe {
  width: 100%;
  max-width: 850px;
  height: 520px;
  border: none;
  border-radius: 10px;
}

.HSSSZ-description {
  padding: 20px;
  text-align: center;
}

.HSSSZ-description h3 {
  margin-bottom: 10px;
}

.HSSSZ-description p {
  line-height: 1.6;
  font-size: 16px;
}



footer {
  background-color: #9028c5;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-section img {
  width: 250px;
  margin-bottom: 10px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin: 5px 0;
}

.footer-section a {
  color: white;
  text-decoration: none;
}

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

/* Responsive Tweaks */
@media (max-width: 768px) {
  .video-section iframe {
    height: 300px;
  }

  .footer-grid {
    flex-direction: column;
    align-items: center;
  }

  .links {
    flex-direction: column;
    align-items: center;
  }
}