/* about.css */

.about-card {
    border: 1px solid #f5f5f5;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    padding: 20px;
    margin-top: 20px;
}

.about-title {
    color: #333;
    margin-bottom: 15px;
}

.about-summary {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.about-more {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Spacing from the text above */
}
