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

h1{
  color: white; 
text-transform: uppercase;
}
hr{
  border-color: tomato;
  border-width: 3px;
  max-width: 65px;
}
.buffer{
  height: 10rem;
}

.btn-primary{
  background-color: tomato;
  color: white;
  border-color: tomato;
  border-radius: 10px; 
  padding: 1rem 2rem;
 
}
.btn-primary:hover {
  background-color: tomato;
  border-color: tomato;
  border-width: 4px;
   }