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-six-box{
    width: 80%;
    margin: 0 auto;
}

.big-six-box p{
    text-align: center;
}

.big-box{
    background-color: #F6E7D8;   
}

.big-six-1{
    height:200px;
    width:100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
}

.big-1{
    height:200px;
    width:100%;
    margin-bottom: 25px;
}

.big-six-2{
    height:200px;
    width:100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content:space-around;
}

.big-2{
    height:200px;
    width:100%;
    margin-bottom: 25px;
}

.big-six-2{
    height:200px;
    width:100%;
    margin-bottom: 25px;
    display: flex;
}

.big-2{
    height:200px;
    width:100%;
    margin-bottom: 25px;
}

.big-six-3{
    width:100%;
    margin-bottom: 25px;
    display: flex;
    height:350px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.big-3{
    height:350px;
    width:100%;
    margin-bottom: 25px;
}

.big-six-4{
    height:300px;
    width:50%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.big-4{
    height:300px;
    width:50%;
    margin-bottom: 25px;
}

.big-six-5{
    height:300px;
    width:50%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-content: center;
}

.big-5{
    height:300px;
    width:50%;
    margin-bottom: 25px;
}

.big-six-6{
    height:350px;
    width:70%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
}

.middle-six-1{
    border: solid 5px #AD8B73;
    width:250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.middle-six-2{
    border: solid 5px #AD8B73;
    width:250px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.big-6{
    height:350px;
    width:70%;
    margin-bottom: 25px;
}


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{
    margin:10px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
    width: 80px;
}

.little-box p{
    margin: 0;
}

.little-1{
    background-color: #FFC5C5;
}

.little-2{
    background-color: #C7DCA7;
}

.little-3{
    background-color: #89B9AD;
}

.little-4{
    
    background-color: #E3CAA5;
}

.little-5{
    background-color: #CEAB93;
}

.little-6{
    background-color: #AD8B73;
}

.link-list{
    margin: 0 auto 10% auto;
    width: 80%;
}