body{
background-color:#FAF7F5;
line-height: 1.5;
font-family: "M PLUS Rounded 1c";
}

.list-wrap{
    max-width: 1000px;
    margin:0 auto;
}

.text-center{
    text-align: center;
    color:#47362E;
}

.text-right{
    text-align: right;
    margin-top: 20px;
    color:#EB953F ;
}


.list-box img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 50px;
}


.list-big-box{
    display: flex;
    flex-wrap:wrap;
    
}

.list-box{
    margin: 15px;
    display: inline-block;
    color:#47362E;
    align-items: center;
    text-decoration: none;
}

.list-box p{
    margin-top: 20px;
    width:300px;
}

.list-box a{
    color: #EB953F;
}

h1{
    font-size: 2em;
    color: #47362E;

}

h6{
    margin-top: 10px;
    font-size: 0.67em;
    color: #47362E;
}

.list-wrap h3{
    margin-top: 20px;
    line-height: auto;
}


.list-box:hover img{
    filter: opacity(70%);
    cursor: pointer;  
}

.list-box:hover h3{
    text-decoration: underline;
}

@media screen and (max-width:990px){
    .text-center{
        margin-top: 90px;
        margin-bottom:20px ;
    }

    .list-box{
        margin: 0 auto;
        text-align: center;
        margin-top: none;
    }
}

@media screen and (max-width:425px){
    .big-box{
        display: block;
    }

    .list-box{
        width: 85%;
        margin: 0 auto;
        display: block;
    }
}
