body{background:url(home.jpg);
    text-align: center;
background-size: 1500px;}
    

nav {
    height: 100px;
    background-color: rgb(135, 235, 165);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-shadow: 0px 4px 4px rgba(0,0,0, 0.9);
}

li{padding-left: 120px;
padding-right:10px ;
color:black;
font-size: 20px;}
ul{
display: flex;
margin-left: auto;
list-style: none;
}

#img{border: 5px solid rgb(223, 213, 223);}

a{color:rgb(253, 253, 253);text-align: center;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}

.jk{color: violet;text-align: center;font-size: 50px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;}
h1{color: yellow;font-size: 45px;text-align: center;}
.bc{color: white;text-align: left;font-size: 40px;font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;text-shadow: 5px 1px 2px black, 0 0 25px black, 0 0 5px black;}
.abc{color: rgb(248, 248, 248);text-align: center;font-size: xx-large;font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;}
p{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;font-size: 30px;color:rgb(0, 255, 255);}
u{font-size: 40px;text-align: center;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;color: white;}

.hp{font-size: 50px;text-align: center;font-family: 'Courier New', Courier, monospace;color: burlywood;}
.ph{font-size: 50px;text-align: center;font-family: 'Courier New', Courier, monospace;color: greenyellow;}
i{font-size: 50px;text-align: center;font-family: 'Courier New', Courier, monospace;color: rgb(0, 220, 254); text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;}
#section{background-color:lightgray;}