@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

main {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

main > img {
  text-align: center;
}
main > h1 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
ul > li {
  color: #333;
  padding: 20px;

}
figure {
  text-align: center;
}
figcaption {
  font-size: 24px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;

}
