﻿@import "root.css";

#about {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.7rem;
}

#about h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

#about h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--site-dark-red);
}

#about h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--site-red);
    margin-top: 0.4rem;
}

#about h3 {
    font-size: 1.35rem;
    font-weight: bold;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--site-dark-gray);
}

#about p {
    margin-bottom: 1rem;
    text-align: justify;
}

#about a {
    color: var(--site-red);
}

#about a:hover {
    color: var(--site-dark-red);
}

#about .about-section {
    margin-bottom: 1rem;
}

#about figure {
    margin: 1.5rem 0;
    text-align: center;
}

#about figure img {
    max-width: 100%;
    border: 1px solid #dee2e6;
}

#about figcaption {
    font-size: 0.9rem;
    color: var(--site-gray);
    margin-top: 0.5rem;
}
