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

.resume {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

header .photo {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

header h1 {
    font-size: 28px;
    margin: 10px 0;
    color: #1d3557;
}

header p {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

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

header a:hover {
    text-decoration: underline;
}

section {
    margin-bottom: 25px;
}

section h2 {
    font-size: 20px;
    color: #0b5394;
    border-bottom: 2px solid #1a73e8;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

section ul {
    padding-left: 20px;
}

section ul li {
    margin-bottom: 8px;
}