.subtitle{
    text-align: center;
    font-size: 20px;
    color: rgb(31, 34, 213);
}
.title{
    text-align: center;
    font-size: 50px;
}
.menu{
    background: rgb(69, 212, 78);
    color:#fff;
    margin:10px;
    padding:10px;
}
.container{
    display:flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
   
}
.image-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* 画像間の隙間を調整 */
}

.image-container img {
    max-width: 250px; /* 画像のサイズを調整 */
    height: auto;
}

.object1{
    
    font-size: 35px;
    text-align: center;
}

.object2{
    font-size: 25px;
    text-align: center;
}
article{
    margin-left: 20%;
    margin-right: 20%;
}

.last{
    text-align: right;
}

footer{
    background-color: cadetblue;
    text-align: center;
}