*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    background-color: darkmagenta;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua; */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 8vh;
    padding-top: 15px;
}
.logo h1{
    color: white;
    font-size: 55px;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: whitesmoke;
    text-decoration: none;
    padding-left: 25px;
    font-size: 25px;
    font-weight: bolder;
    padding-right: 25px;
}
.menu ul li a:hover{
    background-color:black;
    border-radius: 5px;
}
/* Middle */
.mid{
    width: 100%;
    height: 90vh;
    background-color:white;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.midrap h1{
    color: black;
    text-align: left;
    font-size: 40px;
}
.midrap h2{
    color: black;
    text-align: left;
    font-size: 20px;
    padding-top: 15px;
}
.midrap1{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.container1 table tr th{
    font-size: 30px;
    margin-left: 200px;
}
#name1{
    width: 200%;
    height: 6vh;
    margin-left: 100px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container2 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name2{
    width: 200%;
    height: 6vh;
    margin-left: 100px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container3 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name3{
    width: 220%;
    height: 6vh;
    margin-left: 70px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container4 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name4{
    width: 230%;
    height: 6vh;
    margin-left: 50px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container5 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name5{
    width: 240%;
    height: 6vh;
    margin-left: 35px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.box{
    background-color: rgb(2, 2, 43);
    margin-top: 50px;
    width: 15%;
    border-radius: 5px;
    margin-left: 510px;
    height: 8vh;
}
.box h2{
    font-size: 25px;
    text-align: center;
    color: whitesmoke;
}
.box:hover{
    background-color: green;
    box-shadow: 3px 3px 8px 8px;
}
/* Footer */
.foot{
    width: 100%;
    height: 55vh;
    background-color: rgb(178, 72, 107);
}
.footrap{
    width: 100%;
    height: 55vh;  
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
}
.box200{
    margin-left: 60px;
}
.box200 img{
    height: 20vh;
    margin-top: 60px;
    margin-left: 130px;
}
.box200 h1{
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    text-align: center;
    font-size: 50px;
}
.box200 h2{
    font-size: 25px;
    text-align: center;
    color: whitesmoke;
}
.box210{
    margin-right: 50px;
    margin-top: 50px;
}
.box210 h1{
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    padding-top: 70px;
}
.box210 h2{
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    padding-top: 10px;
}
.box220{
    margin-top: 30px;
    margin-right: 100px;
}
.box220 h1{
    color: whitesmoke;
    font-size: 35px;
    text-align: center;
    padding-top: 70px;
}
.box220 h2{
    color: whitesmoke;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}
.box220 h2 a{
    text-decoration: none;
    color: whitesmoke;
}
/* Footer */
.foot2{
    width: 100%;
    height: 6vh;
    background-color: darkmagenta;
}
.footrap2{
    width: 70%;
    margin: auto;
}
.footrap2 h1{
    text-align: center;
    color: whitesmoke;
    font-size: 28px;
    padding-top: 6px;
}