body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f9;
}

.container {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5em;
    color: #333;
    margin: auto;
}

.contact-header {
    text-align: center
}

.contact-info {
    font-size: 1em;
    margin-bottom: 20px;
}

.contact-info a {
    color: #0073e6;
    text-decoration: none;
}

.section-title {
    font-size: 1.5em;
    color: #0073e6;
    margin-top: 30px;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.project, .experience {
    margin-bottom: 20px;
}

.highlight {
    font-weight: bold;
    color: #333;
}

.sub-title {
    font-weight: bold;
}

.link {
    color: #0073e6;
    text-decoration: none;
}

.counter-number {
    text-align: center;
    padding: 1em;
}