body {
          
    margin:0;
    
    
  }
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

  .bg-cover
  {
  
      width: 100%;
      z-index: 0;
      background-size: cover;
      position: relative;
      /* filter: blur(1px);
     -webkit-filter: blur(1px); */
  }
  

      
  
  .container-header

{
 display:flex;
 justify-content: space-between;
 background-color: white;
}
.btn
{
  /* position:absolute; */
  width: 205px !important;
  padding:15px;
  border:1px solid whitesmoke;
  background-color: orange;
  color:white;
  border-radius:10px;
  margin-left: 42%;
  margin-top: 20px;
  font-weight: bolder;
  
  
}

.btn:hover {
   background-color:greenyellow;
   /*transition: 0.8s;*/
   color:black;
   font-size: 15px;
   font-weight: bold;
   width: 227px !important;
   padding: 20px;
   text-align: center;

    }
.navbar
{
 display: flex;
 align-items: center;
 justify-content: space-between;
 /* padding: 10px; */
 /* background-color: #BEAA6A;
 color: #fff; */
 border: 0.2px solid beige;
 box-shadow: 0px 0px 20px #B22D2D;
}

footer
{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:#FFD580;
color: black;
text-align: center;
padding: 9px;
font-weight:bold;

}