    
     body {
   font-family: 'Playfair Display SC', serif !important;
   font-size: 18px !important;
   color: white !important;
   background-color: #343a40 !important;
}

    .carousel-item img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
    }
  
    .carousel-item {
      align-items: center !important;
      justify-content: center !important;
      height: 600px !important;
    }

    .carousel-caption {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      padding: 20px !important;
      color: #000000 !important;
    }

    .carousel-caption h3 {
      margin-bottom: 10px !important;
    }

    .carousel-caption p {
      font-size: 18px !important;
      font-weight: bold !important;
    }
    
    .grid-image {
      width: 100% !important;
      height: auto !important;
    }
    
    .custom-navbar .navbar-nav .nav-link {
      color: white !important;
    }
    
    .section-divider {
    border-top: 1px solid white !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

    .table {
      color: white !important;
    }

    .table th,
    .table thead th {
      border-color: white !important;
    }

    .table td,
    .table tbody + tbody !important{
      border-color: white !important;
    }

    .content {
    padding-top: 75px !important;
  }

    .jumbotron {
   background-color: #343a40 !important;
  }
   .btn-custom {
    background-color: white !important;
    color: black !important;
  }

  .form-control-sm {
    height: 30px;
    width: 30px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
