
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fce4ec;
    color: #4a148c;
}

header {
    background-color: #f8bbd0;
    text-align: center;
    padding: 2rem 1rem;
}

h1 {
    margin: 0;
    font-size: 2.5rem;
    color: #880e4f;
    font-family: 'Dancing Script', cursive;
}

main {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

.photo-section {
    text-align: center;
    margin-bottom: 2rem;
}

.profile-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ce93d8;
}

.about, .contact {
    background-color: #f3e5f5;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #6a1b9a;
    font-family: 'Dancing Script', cursive;
}

a {
    color: #ad1457;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

a i {
    font-size: 1.2rem;
}

a:hover {
    text-decoration: underline;
}

.contact ul {
    list-style: none;
    padding-left: 0;
}

.contact li {
    margin-bottom: 0.75rem;
}

footer {
    background-color: #f8bbd0;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #6a1b9a;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
