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

body {
  background: url(header.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn {
  border-radius: 300px;
}

input {
  border-radius: 100px;
}

.animate__animated.animate__zoomInDown {
  --animate-delay: 2s;
  --animate-duration: 2s;
}

h1 {
  text-transform: capitalize;
  font-size: 2em;
  color: #dc3545;
  font-weight: 700;
}

.buffer {
  height: 3em;
}

hr { 
  border-color: #dc3545;  
  border-width: 3px;
  min-width: 65px;
  max-width: 105px;
}

.myBtn {
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 300px;
  text-transform: uppercase;
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
}

.modal-body {
  text-align: center;
}

.modal-footer {
  justify-content: center;
}