.footer {
   position: ;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #FE5322;
   color: black;
   text-align: center;
}

.fott {
  
   background-color: #000B12;
   color: white;
   
}

.navy {
   position: ;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #0c415a;
   color: white;
   text-align: center;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
  
 h1 {
  border-bottom-style: solid;
  border-bottom-color: coral;
} 
  
  #div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #FE5322;
    box-shadow: 0px -5px 15px black;
    padding: 7px;
    text-align: center;
    z-index: 99;
}
