body {
    font-family: 'Calibri', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f4f6f8;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 40px 40px 30px 40px;
    position: relative;
}

.harvard-header {
    border-bottom: 3px solid #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.personal-info {
    text-align: left;
}

.personal-info h1 {
    margin: 0 0 5px 0;
    font-size: 2.2em;
    color: #2c3e50;
    font-weight: 700;
}

.personal-info p {
    margin: 2px 0;
    color: #555;
    font-size: 1.1em;
}

.personal-info a {
    color: #2980b9;
    text-decoration: none;
}

main section {
    margin-bottom: 32px;
}

main h2 {
    color: #2c3e50;
    font-size: 1.3em;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cv-section {
    margin-bottom: 18px;
}

.cv-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.cv-title {
    font-weight: 600;
    color: #222;
    font-size: 1.08em;
    flex: 1;
}

.cv-date, .cv-link {
    color: #888;
    font-size: 1em;
    min-width: 120px;
    text-align: right;
    margin-left: 18px;
}

.cv-link a {
    color: #2980b9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.cv-link a:hover {
    color: #1a5a85;
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 30px;
}

.download-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(44, 62, 80, 0.08);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
    outline: none;
}

.download-btn:hover {
    background: rgba(41, 128, 185, 0.18);
}

.download-btn img {
    width: 32px;
    height: 32px;
    filter: none;
    opacity: 0.92;
    display: block;
}
