body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    margin: 0;
    font-size: 2em;
    font-weight: bold;
}

header p {
    margin: 5px 0 0;
    font-size: 1.2em;
    color: #666;
}

section {
    margin-bottom: 40px;
}

.about p {
    margin: 10px 0;
}

.experience .job {
    margin-bottom: 20px;
}

.experience .job h3 {
    margin: 0;
    font-size: 1.5em;
}

.experience .job p {
    margin: 20px 0;
    color: #555;
}

.profile-description, .job, .job-details {
    text-align: justify;
    background-color: #e9ecef;
    padding: 12px;
    border-radius: 15px;
}

.job-details ul, .connect-details ul {
    list-style-type: disc;
    padding-left: 20px;
}

.job-details ul li{
    list-style-type: disc;
    padding: 7px;
}

.connect-details ul {
    list-style-type: none;
    padding: 0;
}

.connect-details ul li {
    margin-bottom: 10px;
}

.connect-details ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    display: inline;
    align-items: center;
}

/* .connect-details ul li a i {
    margin-right: 8px;
} */

.connect .quote {
    margin-top: 20px;
    font-style: italic;
    color: #888;
    text-align: center;
}

.cv, .email, .linkedin, .leetcode, .github{
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 15px;

}
.cv a{
    display: inline;
}

.fas,
.fab {
    float: right;
    margin-right: 10px;
}

.design {
    font-style: italic;
    text-decoration: none;
    color: #888;
    text-align: right;
}

.design a {
    font-style: italic;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    align-items: center;
}
