@import "./style/footer.css";
@import "./style/maker.css";
@import "./style/campaign.css";
@import "./style/how.css";

* {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f0f0f0;
  background-image: url(./assets/image/background.png);
  background-repeat: repeat;
  background-size: 100% auto;
  padding: 16px;
}

button {
  padding: 12px 0px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 999px;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.main {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.content {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 32px 0;
  padding: 24px 24px 16px 24px;
  border-radius: 16px;
  text-align: center;
}

.content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
}

.content p {
  font-size: 16px;
  margin-bottom: 8px;
}

.attention {
  margin-bottom: 8px !important;
  font-size: 12px;
  color: #666 !important;
}
