
      body{
         max-width: 900px;
         margin: auto;
         background: #fff;
         padding: 1rem;
         border-radius: 10px;
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      }
     

#submission-H1{
   font-size: 30px;
   text-shadow: 4px 3px 15px black;
   margin-left: 100px;
}

#submission-P1{
   text-align: justify;
}






footer {
      background-color: #0b1a33;
      color: #e8ebf0;
      padding: 50px 20px 25px;
      font-size: 15px;
      margin-top: 30px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }

    .footer-logo h2 {
      margin: 0;
      font-size: 20px;
      color: #ffffff;
    }

    .footer-logo p {
      margin: 10px 0;
      color: #b6c0d1;
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-section h3 {
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 12px;
    }

    .footer-section ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-section ul li {
      margin: 8px 0;
    }

    .footer-section ul li a {
      color: #b6c0d1;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-section ul li a:hover {
      color: #ffffff;
    }

    .social-icons a {
      display: inline-block;
      margin-right: 10px;
      color: #b6c0d1;
      text-decoration: none;
      font-size: 18px;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid #2e3b55;
      font-size: 14px;
      color: #b6c0d1;
    }

    @media (max-width: 600px) {
      .footer-container {
        text-align: center;
      }
    }