.darkerclr {
  background-color: rgb(32, 30, 30);
}

.navbar {
    min-height: 200px;font-size: 25px;
    
  }
  .navbar-brand{
    font-family: 'Tangerine', cursive;
   
  }
  .carousel-content {
    position: absolute;
    bottom: 80%;
    left: 30%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }
  .carousel-content1 {
    position: absolute;
    bottom: 80%;
    left: 30%;
    z-index: 20;
    color: rgb(1, 0, 0);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    
  }
  .carousel-content2 {
    position: absolute;
    bottom: 80%;
    left: 30%;
    z-index: 20;
    color: rgb(8, 1, 1);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }


  

  