
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;
}
.container {
  display:  flex;
  justify-content: center;
}
h1 { 
  font-size: 3rem;
  color: #e2dbdb;
 }
hr {
  margin: 20px auto;
  color: #dc3545;
  border: 1px solid #F05F44;
  max-width: 50px;
  opacity: 1;  
}
.buffer {
  height: 4rem;
}
.btnxl {
    padding: 2rem 1rem;
}
.btn {
  font-weight: 800;
  border-radius: 700px;
  text-transform: uppercase;
 }
 .btn-outline-danger:hover {
  text-decoration-color: #dc3545;
  text
 }