/* css/about.css */
.about {
    max-width: 800px;
    margin: 20px auto 50px;
    padding: 5px;
    text-align: justify;
    line-height: 1.8;
}

.title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.intro {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-bottom: 30px;
}

.body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #444;
     text-align: justify;
}

.outro {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

strong {
    font-weight: bold;
    color: #000;
}

em {
    font-style: italic;
    color: #555;
}