*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: white;
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
    color: black !important;
}
.menu{
    color: black !important;
}
/* middle */
.mid{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap{
    padding: 38px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: black;
}
.box p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid1{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap1{
    padding: 38px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: black;
}
.box1 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box1 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid2{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap2{
    padding: 38px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box22 h3{
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    color: black;
}
.box22 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box22 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid3{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap3{
    padding: 38px;
    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: black;
}
.box3 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box3 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid4{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap4{
    padding: 38px;
    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: black;
}
.box4 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box4 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid5{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap5{
    padding: 38px;
    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: black;
}
.box5 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box5 img{
    width: 100%;
    height: 40vh;
}
/* middle */
.mid6{
    width: 100%;
    height: 38vh;
    background-color: white;
}
.midrap6{
    padding: 38px;
    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: black;
}
.box6 p{
    text-align: center;
    font-size: 16px;
    font-family: cursive;
    color: black;
}
.box6 img{
    width: 100%;
    height: 40vh;
}





























/* footer */
.footer{
    width: 100%;
    height: 58vh;
    background-color: white;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: black;
    text-align: left;
    padding-top: 8vh;
}
.box2 h1{
    color: black;
    font-weight: bolder;
    font-family: cursive;
    text-align: center;
}
.box2 img{
    height: 45vh;
    width: 90%;
    padding-top: 2px;
}
.box2 a{
    color: black;
    font-size: 45px;
    text-decoration: none;
}
/* footer */
.footer1{
    width: 100%;
    height: 14vh;
    background-color: white;
}
.footrap1{
    width: 80%;
    height: 10vh;
    margin: auto;
    padding: 4vh;
}
.footrap1 h4{
    color: black;
    text-align: center;
    padding-top: 5vh;
}