* {
    box-sizing: border-box;
}
.head-title{
    text-align: center;
    margin: 60px 0;
    font-size: 60px;
    font-family: 'Edwardian Script ITC';
    font-weight: normal;
    font-style: italic;
}

.upper-sec{
    display: flex;
    align-items: stretch;
    border: 2px solid #333;
    
}
.main-heading-1{
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}
.para-title-1{
    flex: 33%;
    padding: 5px;
    border: 1px solid #333;
   
}
.main-heading-2 {
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}
.para-title-2{
    flex: 33%;
    padding: 5px;
    border: 1px solid black;
    
}
.main-heading-3 {
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}
.para-title-3{
    flex: 33%;
    padding: 5px;
    border: 1px solid #333;
}

.lower-sec{
    display: flex;
    align-items: stretch;
    border: 2px solid #333;
}
.main-heading-4 {
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}
.para-title-4{
    flex: 28.85%;
    padding: 5px;
    align-items: stretch;
    border: 1px solid #333;
    flex-direction: row;
}
.para-title-5{
    flex: 70%;
    align-items: stretch;
    flex-direction: row;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
} 

.nest-item{
    width: 100%;
    height: 20.08%;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 30px;
    color: #666;
    font-weight: bold;
}
.nest-item a{
    text-decoration: none;
    color: #666;
}
.nest-item a:hover{
    text-decoration:underline;
}
.nest-item:nth-child(1){
    background-color: #ffeaa7;
}
.nest-item:nth-child(2) {
    background-color: #81ecec;
}
.nest-item:nth-child(3) {
    background-color: #55efc4;
}
.nest-item:nth-child(4) {
    background-color: #74b9ff;
}
.nest-item:nth-child(5) {
    background-color: #a29bfe;
}