body {
    background-color: black;
  }
  h1 {
    color: white;
    font-size: 100px;
    padding-left: 450px;
    font-family: "Press Start 2P", cursive;
  }
   .p1 {
    color: green;
    font-size: xx-large;
    font-family: "Press Start 2P", cursive;
    font-family: "Roboto Mono", monospace;
    
    
  }

  .container-fluid {
    background-color: black;
  }
  .text {
    text-align: center;
  }
  #carouselExampleCaptions {
  }
  #carousel-indicators {
    width: 70%;
  }
  .carousel-item {
    height: 100vh;
    min-height: 300px;
  }
  .carousel-caption {
    font-size: 45px;
    text-transform: uppercase;
    z-index: 2;
  }
  .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
  }
  .carousel-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}
li{
animation: pulsate 0.11s ease-in-out infinite alternate;
}
.nav-item:hover{
    color: green;
    font-size: large;
    font-family: "Press Start 2P", cursive;
    
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa,
      0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}
.nav-item{
    color: #fff;
    font-size: large;
    font-family: "Press Start 2P", cursive;
    

}