


body, html{
  height: 100%;
  width: 100%;
  font-family: 'montserrat', sans-serif;
 background: url(modern-laptop-displaying-code-in-neon-light-reflecting-on-surface-photo.jpeg) 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: #e2dbdb;
}
.btn-x1{
  pad: 1rem, 2rem;
}

.btn{
  font-weight: 700;
  border-radius: 300px;
  text-transform: uppercase;
}

.btn-primary{
background-color: #ea5c35;
border-color: #ea5c35;
}
.btn-primary:hover{
 background-color: #ee4b08; 
 border-color: #ee4b08;
 border-width: 4px;
}

hr{
  border-color: #ee4b08;
  border-width: 3px;
  max-width: 65px;
}

.buffer{
  height: 10rem;
}