body,
html {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url('header.jpg') no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: center;
  -o-background-size: center;
  background-size: cover;
}
/* style the title of the page  */
h1{
  font-size: 2.5rem;
  color: #e2dbdd;
}
/* style the horizontal line */
hr{
  border-color: rgb(0, 68, 255);
  border-width: 3px;
  max-width: 65px;
}
/* style the buffer b/n */
.buffer{
  height: 10rem;
}
/* style the button */
.btn{
  /* padding: 1re 3rem; */
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 300px;
}

.btn-primary{
  background-color: #f05f44;
  border-color: #f05f44;
  
}
.btn-primary:hover{
  background-color: #4f44f0;
  border-color: #4f44f0;
}

/* styling navigation bar */
.navbar-white{
  background: #fff !important;
 }

 .sidebar-collapse .navbar-collapse{
  background: #000;
}
.sidebar-collapse .navbar-collapse::before{
  background: linear-gradient(#b2a37d,#131313 80%);
}
img{
  border-radius: 20px;
}
