  /* Custom styles */
  .carousel-item {
      height: 400px;
      /* Adjust as needed */
  }

  .navbar-brand {
      font-weight: bold;
  }

  .footer {
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      position: fixed;
      bottom: 0;
      width: 100%;
  }

  .footer a {
      text-decoration: none;
      color: #fff;
  }

  .info {
      text-align: justify;
  }

  .logo {
      background-color: #f1ecec;
      border-radius: 10px;
  }