body {
  padding: 0;
  margin: 0;
 
  
}



/*--- navigation bar ---*/

.navbar {
  background:#3D3C38;
 
}

.nav-link,
.navbar-brand {
  color: #ff6633;
  cursor: pointer;
}

.nav-link {
  margin-right: 1em !important;
}

.nav-link:hover {
  color: #FA5F55;
}


.navbar-collapse {
  justify-content: flex-end;
  
}
.header {
  background-color:#ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
  
}
  

 


.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #ffffff;
}

.description p {
    color: #000000;
    
    line-height: 1.5;
}





 


