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

h1 {
  font-size: 3rem;
  color: #198754;
  web-text-stroke:2px black;
}

hr {
  margin: 20px auto;
  color: #198754;
  border: 3px solid #198754;
  max-width: 65px;
  opacity: 1;
}

.buffer {
  height: 30rem;
}

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

.btn-success:hover {
border-width: 4px;
}

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