body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(background.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgb(17, 34, 21);
    padding-bottom: 70px;
    margin-top: 10rem;
    text-shadow: 1px 1px #ffffff;
}

hr{
    border-color: burlywood;
    border-width: 3px;
    max-width: 60px;

}

.buffer {
    height: 5rem;
}

.btn {
    font-weight: 700;
    border-radius: 300px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: rgb(190, 156, 112);
    border-color: burlywood;
}

.btn-primary:hover {
    background-color: rgb(119, 83, 36);
    border-color: rgb(119, 83, 36);
    border-width: 4px;
}

.btn-xl {
    padding: 1rem 2rem;
}