#experiences .experience {
    margin-bottom: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.1); /* Light transparent background */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Shadow for depth */
    width: 90%;
}

#experiences h2 {
    font-size: 1.8em;
    color: #f39c12; /* Add a different color for the position name */
}

#experiences .experience h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #f39c12; /* Add a different color for the position name */
}

#experiences .experience  .company-name {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #ccc; /* Set an appropriate color for the company name and years */
}

#experiences .experience  .company-name a {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #e6713e;
}

#experiences .experience p {
    font-size: 1em;
    margin-bottom: 10px;
    color: #fff; /* Set an appropriate color for the company name and years */
}

#experiences .experience ul {
    list-style: disc;
    padding-left: 20px;
}

#experiences .experience ul li {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #fff; /* White text color for better readability */
}
