ul.head li{
    list-style-type:none;
    float:left;
    display:inline;
}
ul.head li a{
    display:inline-block;
    text-decoration:none;
    font-size:20px;
    text-align:center;
    color:rgb(255, 60, 0);
    font-weight:bold;
    //font-family:cursive;
    
}

ul.head li{
    display:inline-block;
    width:15%;
    padding:30px;
    
}
nav{
    /* background-color:pink; */
    width:100%;
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
}
nav ul{
   
    margin:0px;
    padding:0px;
}
ul li a:hover{
    transform : scale(1.22);
    color:rgb(56, 209, 17);
}



body{
    background-image : url("Semester_IV.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    width:100%;
    height:100vh;
    
    overflow:hidden;
    opacity:100%;
    
}


