*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: rgb(76, 57, 64);
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
}
.menu{
    color: white !important;
}
/* middle */
.mid3{
    width: 100%;
    height: 55vh;
    background: linear-gradient(to top, rgb(129, 79, 90), rgb(79, 114, 93));
}
.midrap3{
    padding: 38px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box2 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box2 p{
    text-align: center;
    font-size: 17px;
    color: white;
    font-family: cursive;
}
.box2 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid4{
    width: 100%;
    height: 52vh;
    background: linear-gradient(to top, rgb(123, 127, 70), rgb(129, 79, 90));
}
.midrap4{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box3 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box3 p{
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: cursive;
}
.box3 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid5{
    width: 100%;
    height: 55vh;
    background: linear-gradient(to top, rgb(130, 71, 136), rgb(123, 127, 70));
}
.midrap5{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box4 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box4 p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: cursive;
}
.box4 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid6{
    width: 100%;
    height: 52vh;
    background: linear-gradient(to top, rgb(192, 121, 78), rgb(130, 71, 136));
}
.midrap6{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box5 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box5 p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: cursive;
}
.box5 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid7{
    width: 100%;
    height: 55vh;
    background: linear-gradient(to top, rgb(192, 177, 78), rgb(192, 121, 78));
}
.midrap7{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box6 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box6 p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: cursive;
}
.box6 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid8{
    width: 100%;
    height: 58vh;
    background: linear-gradient(to top, rgb(78, 158, 192), rgb(192, 177, 78));
}
.midrap8{
    padding: 42px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box7 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box7 p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: cursive;
}
.box7 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid9{
    width: 100%;
    height: 50vh;
    background-color: rgb(78, 158, 192);
}
.midrap9{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box8 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: white;
}
.box8 p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: cursive;
}
.box8 img{
    width: 100%;
    height: 40vh;
}
/* footer */
.footer{
    width: 100%;
    height: 58vh;
    background: linear-gradient(to top, rgb(83, 78, 101), rgb(94, 67, 90));
    border-top: 3px solid rgb(59, 4, 40);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: white;
    text-align: left;
    padding-top: 8vh;
}
.box2 h1{
    color: white;
    font-weight: bolder;
    font-family: cursive;
    text-align: center;
}
.box2 img{
    height: 45vh;
    width: 90%;
    padding-top: 2px;
}
.box2 a{
    color: white;
    font-size: 35px;
    text-decoration: none;
    font-family: cursive;
}
/* footer */
.footer1{
    width: 100%;
    height: 10vh;
    background: linear-gradient(to top, rgb(94, 67, 90),  rgb(83, 78, 101));
}
.footrap1{
    width: 80%;
    height: 10vh;
    margin: auto;
}
.footrap1 h4{
    color: white;
    text-align: center;
    padding-top: 5vh;
    font-family: monospace;
}