* {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background-image: url("pattern.webp");
}

h1 {
  font-size: 100px;
  font-weight: bold;
  color: khaki;
  text-align: center;
}

h2 {
  color: white;
  font-size: 32px;
  font-weight: bold;
}

.brushes {
  background-color: mediumspringgreen;
}

.frames {
  background-color: lightcoral;
}

.paint {
  background-color: skyblue;
}

.price {
  font-weight: bold;
  color: blue;
}
