.head {
  font-family: helvetica;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  color: khaki;
  background-image: url("./imgs/pattern.jpeg");
}

.brushes {
    font-family: helvetica;
}

#bru {
  font-family: helvetica;
  font-size: 32px;
  font-weight: bold;
  color: white;
  background-color: mediumspringgreen;
}

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

.frames {
  font-family: helvetica;
}

#fra {
  background-color: lightcoral;
  font-family: helvetica;
  font-size: 32px;
  font-weight: bold;
  color: white;

}

.paint {
  font-family: helvetica;
}

#pai {
  background-color: skyblue;
  font-family: helvetica;
  font-size: 32px;
  font-weight: bold;
  color: white;
}
