* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    background-color:  white;
}

.menu {
    color: blue;
    /* font-weight: bold!important; */
    font-size: 15px;
}
.menu:hover{
    color:goldenrod;
    border-bottom: 2px solid goldenrod;
}
/* banner */

.ban{
    width: 100%;
    height: 87.8vh;
    background-image: url(l1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/* .banrap{
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.4); 
} */
.banrap1{
    float: right;
    margin-top: 40px;
}
.name{
   text-align: center;
   padding-right: 130px; 
}
.name h1{
    color: gold;
    font-family: initial;
    font-size: 60px;
    text-align: center;
}
.name h2{
    color: aliceblue;
    font-size: 60px;
    text-align: center;
    font-family: initial;
    /* margin-right: 450px; */
}
.name p{
color: white;
font-size: 20px;
}
.name a {
    color: white;
    text-decoration: none;
}
.name a:hover{
    color: rgb(196, 163, 103);
}
.table tr,th{
    padding: 5px;
}
.box{
    background: rgb(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px;
}
