header, .contact {
  height: 100vh;
  color: rgb(58, 42, 42);
  background: lightblue;
}
header button, .contact button {
  background: rgb(182, 85, 153);
}
header button::after, .contact button::after {
  content: " blyat";
}

.contact {
  background: lightcoral;
}/*# sourceMappingURL=style.css.map */