body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

header img {
    border-radius: 50%;
    max-width: 150px;
    border: 5px solid #fff;
}

h1 {
    margin: 10px 0;
}

section {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

h2 {
    color: #333;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

p {
    color: #666;
    line-height: 1.6;
}
.badge{
    color: #fff;
    text-decoration: none;
}
.certificate {
    margin-top: 20px;
}

footer {
    text-align: center;
    padding: 5px;
    padding-top: 5px;
    background-color: #333;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 36px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
/* Your existing styles */

#skills,
#internships,
#hobbies {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#skills ul,
#hobbies ul {
    list-style-type: none;
    padding: 0;
}

#skills li,
#hobbies li {
    margin-bottom: 10px;
}

.internship {
    margin-top: 20px;
}

.internship h3 {
    color: #333;
    margin-bottom: 5px;
}

.internship p {
    color: #666;
}
/* Your existing styles */

#education {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.education {
    margin-top: 20px;
}

.education h3 {
    color: #333;
    margin-bottom: 5px;
}

.education p {
    color: #666;
}

/* Additional styles for the new section */

