@charset "UTF-8";
.hachi-maru-pop-regular {
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #fffeee;
    font-family: "Hachi Maru Pop", cursive;
}

header img{
    width: 80px;
    height: 80px;
}

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px; /* 画像間の余白 */
}
.container img {
    width: 200px;
    height: 200px;
    object-fit: cover; /* アスペクト比を保ちつつ切り取り */
  }

footer{
    text-align: center;
}