@charset "UTF-8";

h2 {
  font-size: 1.4rem;
}

h2::before {
  content: ">";
  color: goldenrod;
}

p {
  font-size: 1rem;
}

section {
  margin-top: 150px;
}

.flexBox {
  width: 405px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 20px;
}

.flexBox img {
  margin-bottom: 25px;
}

.categorySign img, .categoryGraphic img, .categoryWeb img {
  width: 84px;
  height: 63px;
}

.categoryPhotograph img, .categoryEvent img {
  height: 63px;
}

img.borderImage {
  box-sizing: content-box;
  border: 1px solid lightgray;
}