@charset "utf-8";

main {
  padding: 100px 0;
  background-image: url(../image/design_achievements/monofes_background.png);
  background-repeat: no-repeat;
}

.center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 27px;
}

.subtitle {
  text-align: center;
  color: #fff;
}

.flex_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.design {
  width: 35%;
}
