body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f9;
    color: #333;
    text-align: center;
    padding: 20px;
}

header {
    background-color: #343a40;
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
    font-weight: 700;
    font-size: 2.5em;
}

h2 {
    color: #007bff;
    font-weight: 500;
    margin-bottom: 20px;
}

section {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    background-color: #e9ecef;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    color: #333;
}

a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

.experience-item {
    background-color: #e9ecef;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    color: #333;
    text-align: left;
}

p {
    line-height: 1.6;
}
