*{
    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: 88vh;
    background-color: white;
}
.midrap{
    width: 80%;
    padding-top: 40px;
    margin: auto;
}
.midrap1{
    /* width: 500px; */
    display:grid;
    grid-template-columns: auto auto;
}
.midrap h1{
    text-align: center;
}
.midrap1 h1{
   color: black; 
   text-align: left;
   font-size: 40px;
}
.container1{
    margin-left: 350px;
}
.container2{
    margin-left: -350px;
}
.container1 table tr th{
    font-size: 30px;
    /* margin-left: 200px; */
}
#name1{
    width: 200%;
    height: 6vh;
    border-radius: 10px;
    color: black;
    font-size: 20px;
}
#name2{
    width: 200%;
    height: 6vh;
    border-radius: 10px;
    color: black;
    font-size: 20px;
}
#name3{
    width: 200%;
    height: 6vh;
    border-radius: 10px;
    color: black;
    font-size: 20px;
}
#name4{
    width: 200%;
    height: 6vh;
    border-radius: 10px;
    color: black;
    font-size: 20px;
}
#name5{
    width: 200%;
    height: 6vh;
    border-radius: 10px;
    color: black;
    font-size: 20px;
}
.box{
    background-color: rgb(101, 101, 101);
    margin-top: 50px;
    width: 15%;
    border-radius: 5px;
    margin-left: 510px;
    height: 8vh;
}
.box h2{
    font-size: 45px;
    text-align: center;
    color: whitesmoke;
}
.box:hover{
    background-color: rgb(70, 67, 67);
    box-shadow: 2px 2px 2px 2px;
}
/* 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;
}