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;
  background-color: black;
}
hr {
  margin: 20px auto;
  color: #f05f44;
  border: 3px solid #f05f44;
  max-width: 65px;
  opacity: 1;
}

h1 {
  font-size: 2rem;
  font-weight: bolder;
  color: #d2d2d2;
}
.btn {
  font-weight: 700;
  border-radius: 300px;
  text-transform: uppercase;
}
.btn-xl {
  padding: 1rem 2rem;
  background-color: #5e60d5;
  border-color: #7d7495;
}
.btn-xl:hover {
  background-color: #3a3b7c;
  border-color: #7d7495;
}

.btn-xl a {
  color: #d2d2d2;
}
.buffer {
  height: 15rem;
}
