body,
html {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: url(header.jpg) no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.container {
  max-width: 90%;
  padding-left: 2rem;
}

h1 {
  font-size: 3rem;
  color: #e2dbdb;
}

hr {
  border-color: #f05f44;
  border-width: 3px;
  max-width: 65px;
  opacity: 1;
  margin: 1rem 0;
}

.form-check-label {
  font-size: 2rem;
  color: #e2dbdb;
}

.form-check-input {
  transform: scale(1.5);
  margin-right: 10px;
  margin-bottom: 4px;
}

.form-check {
  display: flex;
  align-items: center;
}
.strike-text {
  text-decoration: line-through;
}

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

.btn-primary {
  background-color: #f05f44;
  border-color: #f05f44;
}

.btn-primary:hover {
  background-color: #ee4b08;
  border-color: #ee4b08;
  border-width: 4px;
}

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