@charset "UTF-8";
/* font 
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
font end */


p {
  font-size: 16px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 100%;  */

  background-color: rgb(245, 241, 231);
}

header h1 {

  text-align: center;
}

.nav-list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}


main {
  max-width: 700px;
  background-color: rgb(239, 230, 238);
  margin: 0 auto;



}

main img {
  max-width: 100%;
  height: auto;
}

footer p {
  text-align: center;
}