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

ul.head li{
    display:inline-block;
    width:12%;
    padding:30px;
    /* text-align:center; */
    
}
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(53, 240, 84);
}



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


