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

h1 {
    color: #333333;
    text-align: center;
}

.section {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section h2 {
    color: #666666;
    margin-top: 0;
}

.section p {
    margin-bottom: 10px;
}

.section ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.section li {
    margin-bottom: 5px;
}

.section .linkedin {
    margin-bottom: 5px;
}

.personal-info {
    display: flex;
    align-items: center;
}

.photo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.name {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-info {
    font-size: 14px;
}