body {
    background-color: #222;
    animation: pulsate 2s infinite;
  }

.navbar-dark {
    background-color: rgba(0, 0, 0, 0.75)!important; /* 70% opacity black background */
  }
.navbar-brand {
    font-family: 'Brixton Line', sans-serif;
    font-size: 24px; /* Adjust the font size as needed */
  }

 
/* Custom styles for the login form */
.login-form {
    display: flex;
    align-items: center;
  }
  
  .login-form input {
    margin-right: 10px;
    border-radius: 5px;
    height: 35px;
  }
  @media only screen and (max-width: 600px) {
    .login-form input{
      width: 150px;
    }
  }

  #imageCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
    object-fit: cover;
    border-radius: 0px 50px 50px;
    opacity: 0.5;
  }
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Low-opacity black background */
    color: #fff;
    padding: 15px;
    text-align: center;
    height: auto;
    width: auto;
  }
  .carousel-caption h3{
    font-size: 80px;
    font-family: 'Brush Script MT', cursive;
  }

  /* Home page CSS*/
  .main-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5%;
  }
 
  
  .card {
    width: 340px;
    height: 380px;
    margin: 16px;
    border: 1px solid #ccc;
    border-radius: 8px 50px;
    background: #fff;
    box-sizing: border-box;
  justify-self: center;
  align-items: center;
  }
  
  .card-img-top{
    height: 300px;
    width: 340px;
  }
  