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: "Helloo";
}

.contact {
  background: lightcoral;
  background: rgb(168, 58, 58);
  width: 80%;
}/*# sourceMappingURL=style.css.map */