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:120px;
    width:80%;
}



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: 80%;
}

.little-box{
    height: 100px;
    width:100px;
    margin:10px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.little-1{
    background-color: #E3CAA5;

}

.little-2{
    background-color: #CEAB93;
}

.little-3{
    background-color: #AD8B73;
}

.link-list{
    margin: 0 auto 10% auto;
    width: 80%;
}