.about-container {
    padding-top: 10px;
    text-align: left;
}

.about-container p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.contact-section {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--button-border-color);
}

.contact-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-section a {
    color: var(--button-background);
    text-decoration: none;
    font-weight: bold;
}

.contact-section a:hover {
    text-decoration: underline;
}
