* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation {
    background-color: rgba(31, 30, 29, 0.74);
}
.brand {
    font-size: 30px !important;
    font-weight: bolder;
    color: black !important;
}
.menu {
    color: black !important;
}
/* middle*/
.mid{
    width: 100%;
    height: 134vh;
    background-color: white;
}
.mid:hover{
    color: white;
    background-color: rgba(66, 62, 62, 0.566);
}
.midrap{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box h1 {
    text-align: center;
    color: black;
}
.box p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid rgb(86, 84, 81);
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(97, 90, 90, 0.675);
}
.box img{
    padding-top: 80px;
    width: 100%;
}
/* middle*/
.mid1{
    width: 100%;
    height: 170vh;
    background-color: white;
}
.mid1:hover{
    color: white;
    background-color: rgba(66, 62, 62, 0.566);
}
.midrap1{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1 h1 {
    text-align: center;
    color: black;
}
.box1 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid rgb(86, 84, 81);
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box1 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(97, 90, 90, 0.675);
}
.box1 img{
    padding-top: 20px;
    width: 100%;
}
/* middle*/
.mid2{
    width: 100%;
    height: 58vh;
    background-color: white;
}
.mid2:hover{
    color: white;
    background-color: rgba(66, 62, 62, 0.566);
}
.midrap2{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box2 h1 {
    text-align: center;
    color: black;
}
.box2 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid rgb(86, 84, 81);
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box2 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(97, 90, 90, 0.675);
}
.box2 img{
    padding-top: 50px;
    width: 100%;
}
/* middle*/
.mid3{
    width: 100%;
    height: 62vh;
    background-color: white;
}
.mid3:hover{
    color: white;
    background-color: rgba(66, 62, 62, 0.566);
}
.midrap3{
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box3 h1 {
    text-align: center;
    color: black;
}
.box3 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid rgb(86, 84, 81);
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box3 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(97, 90, 90, 0.675);
}
.box3 img{
    padding-top: 45px;
    width: 100%;
}
/* footer */
.footer{
    width: 100%;
    height: 40vh;
    background-color: white;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: white;
    text-align: left;
    padding-top: 6vh;
}
.box10 img{
    height: 30vh;
    width: 60%;
    padding-top: 2px;
}
.box11 h1{
    color: black;
    font-size: 25px;
}
.box11 a{
    color: black;
    font-size: 25px;
    font-family: cursive;
}
.box12 h1{
    color: black;
    font-size: 25px;
}
.box12 p{
    color: black;
    font-size: 18px;
    font-family: cursive;
}