body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.cv-container {
    max-width: 800px;
    background: #fff;
    margin: auto;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    font-size: 2.4rem;
    color: #1a73e8;
    margin-bottom: 8px;
}

header p {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

header .contact-info p {
    font-size: 0.95rem;
    margin: 4px 0;
}

header .contact-info a {
    color: #1a73e8;
    text-decoration: none;
}

header .contact-info a:hover {
    text-decoration: underline;
}

section {
    margin-bottom: 25px;
}

section h2 {
    font-size: 1.5rem;
    color: #1a73e8;
    border-bottom: 2px solid #1a73e8;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

section h3 {
    font-size: 1.2rem;
    color: #155ab6;
    margin-top: 15px;
    margin-bottom: 8px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li a {
    color: #1a73e8;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    margin-top: 30px;
}

.download-cv {
    text-align: center;
    margin: 20px 0;
}

.btn-download {
    background: #1a73e8;
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.2s, transform 0.15s;
}

.btn-download:hover {
    background: #155ab6;
    transform: translateY(-2px);
}
