h2{
    margin-top: 0px;
}

/* Full-page background image */
.about-section {
    background-image: url("../images/Profile Pictures/Masaaki-Hatsumi-1066x550.jpg");
    background-size: cover;        /* Scales to fill height, crops sides */
    background-position: center;   /* Keeps image centred */
    background-repeat: no-repeat;
    padding: 60px 20px;            /* Breathing room around content */
}

/* Text container */
.about-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0,0,0,0.65);
    padding: 30px;
    border-radius: 8px;
    color: #e0d9d9;   /* Match site-wide text colour */
}

@media (max-width: 700px) {
    .about-content {
        background: rgba(0,0,0,0.65);
    }
}