body, html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background: url('header.jpg') no-repeat center;
  background-size: cover;
}

.banner {
  color: white;
}

.rgbutton {
  background-color: #F05F44;
  border: 2px solid #F05F44;
  border-radius: 200px;
  padding: 1rem 2rem;
}

.rgbutton:hover {
  background-color: red;
  border: 2px solid red;
}

.buffer {
  height: 20rem;
}

/* .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
} */

hr {
  margin: 20px auto;
  width: 65px;
  color: #F05F44;
  border: 2px solid #F05F44;
  border-radius: 2px;
  max-width: 65px;
  opacity: 1;  
}