 body {
      
      background-color: #f8f9fa;
      
    }
    .container2{
        text-align: center;
        width: 60%;
        margin-left: 20%;
        margin-top: 80px;
    }
    .about-box {
      margin-top: 100px;
      background-color: #ffffff;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .about-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #0d6efd;
    }
    .about-text {
      line-height: 2;
      text-align: justify;
    }
    .bg-dark {
    --bs-bg-opacity: 1;
    background-color: darkslategrey!important;
}
@media (max-width: 500px) {
    .foot{
        height: 500px;
    }
      .container2{
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 80px;
    }
}