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

.btn-primary {
  background-color: #F05F44;
  padding: 1rem 2rem;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #F05F44;
}

.btn-primary:hover {
  background-color: #ee4b08;
  border-color: #ee4b08;
  border-width: 4px;
}

.buffer {
  height: 10rem;
}

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

h1 {
  text-align: center;
  color: white;
  font-weight: bold;
}
