*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, sans-serif;
    background-color: #8d7d22;
    color: #333;
}

/* Header */

header{
    background-color: #597c71;
    padding: 15px 0;
}

/* Navigation */

nav{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    color: white;
    font-size: 28px;
}

nav ul{
    list-style: none;
    display: flex;
}

nav ul li{
    margin-left: 20px;
}

nav ul li a{
    color: rgb(195, 202, 198);
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover{
    color: yellow;
}

/* Home Section */

.home{
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-text{
    width: 50%;
}

.home-text h2{
    font-size: 42px;
    margin-bottom: 20px;
    color: #0d6efd;
}

.home-text p{
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 18px;
}

/* Button */

.btn{
    display: inline-block;
    padding: 12px 25px;
    background-color: #0d6efd;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.btn:hover{
    background-color: #084298;
}

/* Image */

.home-image img{
    width: 350px;
    border-radius: 10px;
}

/* Footer */

footer{
    background-color: #0d6efd;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}
skills
body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f4f4f4;
}

/* Header */
header{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:20px;
}

/* Navigation Menu */
nav{
    background:#1565c0;
    padding:10px;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin:15px;
    font-weight:bold;
}

nav a:hover{
    color:yellow;
}

/* Main Container */
.container{
    width:85%;
    margin:auto;
    background:white;
    padding:30px;
    margin-top:20px;
    border-radius:10px;
}

/* Headings */
h1, h2{
    color:#0d47a1;
}

/* Skills List */
ul{
    line-height:2;
    font-size:18px;
}

/* Table Styling */
table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

table, th, td{
    border:1px solid #333;
}

th{
    background:#1565c0;
    color:white;
    padding:12px;
}

td{
    padding:12px;
    text-align:center;
}

/* Footer */
footer{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:15px;
    margin-top:20px;
}
body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f4f4f4;
}

/* Header */
header{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:20px;
}

/* Navigation */
nav{
    background:#2290cf;
    padding:10px;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin:15px;
    font-weight:bold;
}

nav a:hover{
    color:yellow;
}

/* Main Container */
.container{
    width:70%;
    margin:auto;
    background:white;
    padding:30px;
    margin-top:20px;
    border-radius:10px;
}

/* Headings */
h1, h2, h3{
    color:#0d47a1;
}

/* Form Inputs */
input,
textarea{
    width:100%;
    padding:12px;
    margin-top:10px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:16px;
}

/* Button */
button{
    background:#1565c0;
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:5px;
    cursor:pointer;
    font-size:16px;
}

button:hover{
    background:#0d47a1;
}

/* Contact Information */
p{
    font-size:18px;
    line-height:1.8;
}

/* Footer */
footer{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:15px;
    margin-top:20px;
}
body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f4f4f4;
}

/* Header */
header{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:20px;
}

/* Navigation */
nav{
    background:#1565c0;
    padding: 10px;;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin: 15px;;
    font-weight:bold;
}

nav a:hover{
    color:yellow;
}

/* Main Container */
.container{
    width:90%;
    margin:auto;
    background:white;
    padding:30px;
    margin-top:20px;
    border-radius:10px;
}

/* Headings */
h1, h2{
    color:#0d47a1;
    text-align:center;
}

/* Table Styling */
table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

table, th, td{
    border:1px solid #333;
}

th{
    background:#1565c0;
    color:white;
    padding:12px;
    text-align:center;
}

td{
    padding:15px;
    line-height:1.8;
    vertical-align:top;
}

/* Paragraph */
p{
    font-size:18px;
    line-height:1.8;
}

/* Footer */
footer{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:15px;
    margin-top:20px;
}body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f4f4f4;
}

/* Header */
header{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:25px;
}

/* Navigation Bar */
nav{
    background:#1565c0;
    padding:12px;
    text-align:center;
}

nav a{
    color:white;
    text-decoration:none;
    margin:15px;
    font-size:18px;
    font-weight:bold;
}

nav a:hover{
    color:yellow;
}

/* Main Container */
.container{
    width:85%;
    margin:auto;
    background:white;
    padding:30px;
    margin-top:20px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

/* Logo Image */
img{
    width:300px;
    margin-bottom:20px;
}

/* Headings */
h1{
    margin:0;
}

h2{
    color:#0d47a1;
    margin-top:30px;
}

/* Paragraph Styling */
p{
    font-size:18px;
    line-height:1.8;
}

/* Services List */
ul{
    line-height:2;
    font-size:18px;
}

/* Footer */
footer{
    background:#0d47a1;
    color:white;
    text-align:center;
    padding:15px;
    margin-top:20px;
}
.profile{
    width: 150px;
    height: 150px;
     border-radius:50%;
     object-fit: cover;
     border: 3px solid #007BFF;
     box-shadow: 0 4px 10px rgba(red, green, blue, alpha); shadow
}
.contact-info{
    margin-top:20px;
    background:#f4f4f4;
    padding:20px;
    border-radius:10px;
}
.contact-icons{
    display:flex;
    gap:20px;
    justify-content:center;
    margin-top:20px;
}

.contact-icons a{
    text-decoration:none;
    width:55px;
    height:55px;
    background:#0d47a1;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    transition:0.3s;
}

.contact-icons a:hover{
    background:#1565c0;
    transform:scale(1.1);
}
}