body{
    background-color: #FFF9F3;
}



.title{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.big-big-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.big-box{
    background-color: #F6E7D8;
    height:350px;
    width:60%;
}

h2{
    margin: 6% 0 3% 0;
}



.big-0{
    height: 100%;
}

.big-0 h3{
    margin: 1% 5%;
}

.big-0 p{
    margin: 1% 5%;
}

.content{
    margin: 0 auto 0 auto;
    width: 60%;
}



.little-box{
    width:100%;
    margin:10px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    width: 150px;
}

.little-box p{
    margin: 0;
}

.little-1{
    background-color: #E3CAA5;
}

.little-2{
    background-color: #CEAB93;
}

.little-3{
    background-color: #AD8B73;
}

.little-4{
    background-color: #FFC5C5;
}

.little-5{
    background-color: #C7DCA7;
}

.little-6{
    background-color: #89B9AD;
}

.link-list{
    margin: 0 auto 10% auto;
    width: 60%;
}