* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* middle */

.mid{
    width: 100%;
    height: 250vh;
    padding-top: 40px;
    background: linear-gradient(to bottom right, tan, green);
}
.midrap{
    height: 8vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to left,rgb(60, 5, 5),rgb(214, 86, 17), rgb(60, 5, 5));
    margin-top: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.midrap h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: white;
    padding-top: 15px;
}
.tab{
    height: 35vh;
    width: 90%;
    margin-left: 75px;
    border: 2px dotted rgb(60, 5, 5);
    margin-top: 20px;
}
.midrap1{
    height: 25vh;
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
    padding-right: 10px;
}
.box{
    height: 100%;
    width: 100%;
    padding: 25px;  
}
.box h1{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: rgb(2, 71, 2);
}
.box p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    text-align: left;
    color: rgb(76, 45, 0);
}
.box1{
    height: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 25px; 
    background: linear-gradient(to bottom, rgba(148, 87, 6, 0.829), rgb(231, 177, 105), rgba(148, 87, 6, 0.829));
}
.box1 h1{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: rgb(2, 71, 2);
}
.box1 p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    text-align: left;
    color: rgb(76, 45, 0);
}
.midrap2{
    height: 6vh;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.midrap2 p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    text-align: left;
    color: rgb(76, 45, 0);
}

.tab1{
    height: 55vh;
    width: 90%;
    margin-left: 75px;
    border: 2px dotted rgb(60, 5, 5);
    margin-top: 20px;
}
.midrap3{
    height: 25vh;
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
    padding-right: 10px;
}
.box2{
    height: 100%;
    width: 100%;
    padding: 25px;  
}
.box2 p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: rgb(76, 45, 0);
    padding-bottom: 25px;
}
.box2 ul li{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    padding-bottom: 15px;
    color: rgb(76, 45, 0);
}
.box3{
    height: 100%;
    width: 100%;
    padding-left: 10px;
}
.box3 img{
    height: 52vh;
    width: 100%;
    margin-top: 10px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.481), 0 6px 20px 0 rgba(0, 0, 0, 0.426);
}
.tab2{
    height: 10vh;
    width: 90%;
    margin-left: 75px;
    margin-top: 20px;
    padding-top: 12px;
    background: linear-gradient(to bottom ,rgba(103, 16, 16, 0.829), rgb(251, 175, 76),  rgba(103, 16, 16, 0.818));
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;  
}
.tab2 h1{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: rgb(2, 71, 2);
    padding-bottom: 25px;
    text-align: center;
}
.tab3{
    height: 105vh;
    width: 90%;
    margin-left: 75px;
    margin-top: 80px;
    padding-top: 12px;
    border: 8px solid rgb(60, 5, 5);
}
.midrap4{
    height: 10vh;
    width: 100%;
}
.midrap4 h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: rgb(2, 71, 2);
    padding-top: 20px;
    text-decoration: underline;
}
.midrap5{
    height: 8vh;
    width: 100%;
    background: linear-gradient(to left, rgb(60, 5, 5),rgb(251, 175, 76),rgb(60, 5, 5));
    padding-top: 5px;
}
.midrap5 h1{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    text-align: center;
    color: rgb(76, 45, 0);
}
.midrap6{
    height: 25vh;
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
}
.box4{
    height: 100%;
    width: 100%;
    padding-left: 10px;

}
.box4 h1{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: rgb(2, 71, 2);
}
.box4 p{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 15px;
    text-align: center;
    color: rgb(76, 45, 0);
    padding-bottom: 15px;
    padding-top: 20px;
}