body {
    background-color: #1a1c1e;
    /* dark terminal background */
    color: #f5f5f5;
    /* base whitish text */
    /* font-family: monospace;      terminal font */
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
    padding: 2rem;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #7fffd4;
    /* cyan terminal heading */
    margin-bottom: 1rem;
}

/* Secondary headings (optional) */
h3,
h4 {
    color: #5fe0c8;
    /* slightly darker cyan */
}
a {
    transition: color 0.2s ease, text-shadow 0.2s ease;
}
.internship-header {
    font-size: 36px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.internship-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.internship-time {
    font-size: 18px;
    /* color: #4fe8c1; */
    font-weight: bold;
}

.internship-description {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
}

.internship-abstract {
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
    margin-left: 25px;
    font-style: italic;
}

.internship-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
