body {
    background: linear-gradient(to right, #fff1f2, #fdf2f8);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 40px;
}

.container {
    width: 900px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.profile-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}
}

h1 {
    color: #C85A8A;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

h2 {
    color: #C85A8A;
    font-weight: normal;
}

p {
    color: #444;
    line-height: 1.6;
     max-width: 650px;
    margin: 20px auto;
}

a {
    display: inline-block;
    background: #C85A8A;
    color: white;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 120px;
    text-align: center;
}

.donate-btn {
    margin-bottom: 15px;
}

a:hover {
     background: #C85A8A;
    transform: scale(1.05);
}

.footer-text{
    font-size:14px;
    color:#777;
    margin-top:25px;
}

header {
    background-color: #81C784;
    color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

nav {
    background-color: #dcedc8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

main {
    padding: 20px;
}

section {
    padding: 20px;
}

footer {
    background-color: #81C784;
    color: white;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
}

nav ul {
    list-style: none;
    padding: 0;
}

ul {
    display: inline-block;
    text-align: left;
    margin: 20px auto;
}