body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url("header.jpg") no-repeat center center fixed;
  background-size: cover;
}

h1 {
  font-size: 3rem;
  color: #cfc3c2;
  text-transform: uppercase;
 
}

.buffer {

  height: 10rem;
}

hr {
  border-color: #ff1400;
  border-width: 3px;
  max-width: 65px;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 300px;
}

.btn-primary {
  background-color: #ff1400;
  border-color:  #ff1400;
   
}

.btn-primary:hover {
  background-color: #c21a0c;
  border-color: #c21a0c;
  transition: 0.5s;
  transform: scale(1.05);
}

.btn-xl {
  padding: 1rem 2rem;
}

