
body {
  background-color: #f4f2f0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.02em;
}

textarea,
input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
}

h1,
h2 {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  color: black;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: fit-content;
  object-fit: contain;
}
