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: aliceblue;
  text-transform: uppercase;
}

.btn-xl {
  background-color: coral;
  border-color: coral;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 20px;
}

.btn-xl:hover {
  background-color: rgb(255, 90, 30);
  border-color: rgb(255, 90, 30);
  border-width: 3px;
}

.buffer {
  height: 8rem;
}

hr {
  border-color: coral;
  border-width: 3px;
  max-width: 65px;
  border-radius: 15px;
}