*, ::after, ::before {
  box-sizing: border-box;
}

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

  background: url(img/header.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: rgb(204, 190, 190);
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
}

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

.btn-outline-warning {}

hr {
  border-color: #FFC107;
  border-width: 5px;
  max-width: 75px;
}

.container{
 
  height: 100vh;
  align-items: center;
}

.buffer {
  height: 10rem;
}