@charset "utf-8";

.title {
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-right:20px;
  margin-left:20px;
}

.title h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 26px;
}

.title p {
  font-size: 20px;
  margin-top: 26px;
}
 }
