.boardH {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 2rem;
}

.boardS {
  margin-top: 1rem;
  font-weight: 500;
  color: rgb(54, 54, 54);
  margin-bottom: 1rem;
}

.boardL {
  font-size: 14px;
}

.boardSearch {
  display: flex;
  width: 100%;
  justify-content: right;
}
