  body{background:url(home.jpg);
        text-align: center;
    background-size: 1500px;}
        
    .container {
        width: 100%; /* Full width */
        padding: 0 10px; /* Add some padding to prevent content from touching edges */
        box-sizing: border-box; /* Include padding in width calculation */
        text-align: center; /* Center text within container */
    }
    
    @media only screen and (min-width: 768px) {
        .container {
            max-width: 1900px; /* Limit maximum width */
            margin: 0 auto; /* Center horizontally */
        }
    }   
    

    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;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    overflow: hidden; /* Prevent overflow */
}

#section ul {
    padding: 0;
}

#section ul li {
    list-style: none;
    margin-bottom: 10px;
}

#section ul li a {
    display: inline-block;
    padding: 5px 10px; /* Adjusted padding */
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px; /* Adjusted font size */
}
.social-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.social-icons img {
    width: 100px;
    height: 100px;
    margin: 10px;
}
.img{border-radius: 50%;}