body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.about-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 20px 40px;
    text-align: center;
}

.author-photo img {
    width: 180px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(255, 192, 203, 0.5);
    margin-bottom: 20px;
}

.author-description h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.author-description p {
    box-shadow: 0 4px 12px rgba(255, 192, 203, 0.5); /*shadow*/
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-size: 1.3em;
    text-align: justify;
    background: #fff;
}
