body {
  background-color: #f0f0f0;
}

.header {
  height: 250px;
  position: relative;
  border: 1.5em;
  margin: 0 1.5rem;
  text-align: center;
}

.header__image {
  height: 100%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  background-image: url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2653&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__text {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  padding: 20px;
  text-align: center;
}

.component {
  padding: 1.5rem;
  margin: 2rem;
  background-color: #fbfbf9;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
}

.component__title {
  color: #7c0440;
}

.block,
.block__content {
  margin: 0.5rem 0 1.5rem;
}

.block__title {
  border-bottom: 1px solid #2e2e2e2a;
}

.footer {
  padding: 2rem;
  text-align: end;
  background-color: #2e2e2e2a;
}

.footer__link {
  color: rgb(15, 15, 15);
}
