*{
    margin: 0px;
    padding: 0px;
}
#head{
    width: 100%;
    height: 5vh;
    background-color: brown;
}
#head p{
    color: bisque;
    padding-top: 5px;
}
.nav{
    width: 100%;
    height: 9vh;
    background-color: bisque;
}
.navrap{
    width: 80%;
    /* height: 9vh; */
}
.navrap img{
    width: 10%;
    padding-left: 50px;
}
.navrap p{
    font-size: 30px;
}
.navrap2{
    width: 100%;
    height: 20vh;
    background-color: brown;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px; 
}
.menu ul li{
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.menu ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.menu ul li a:hover{ 
    border: 2px solid white;
    background-color: rgba(0,0,0,0.3);
    font-weight: bolder;
}
.logo{
    position: absolute;
}
.ban{
    height: 10vh;
    width: 100%;
    background-color: brown;
}
.banrap h1{
    text-align: center;
    font-size: 45px;
    color: aliceblue;
}
.mid{
    width: 100%;
    height: 90vh;
    background-image: url(./cairo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}
.box1{ 
    width: 100%;
    margin: auto;
    border: 2px solid white;
     background-color: whitesmoke; 
     background-image: linear-gradient(to right,yellow,green);
}
.box1 h1{
    width: 80%;
    margin: auto;
    text-align: center;
    color: black;
    font-size: 50px;
    color: aliceblue;

}
.box1 p{
    width: 80%;
    margin: auto;
    padding: 5px;
    color: black;
    font-size: 20px;
    text-align: justify;
    color: aliceblue;

}
.footer{
    width: 100%;
    height: 10vh;
    background-color: brown;
    color: aliceblue;
    font-size: 30px;
    text-align: center;

}

    
