body {
    margin: 0;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.section {
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    width: 100%;
    overflow: hidden;
}
/* .left {
    flex: 1;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.left .photo-placeholder {
    width: 180px;
    height: 220px;
    background: #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 1rem;
}
.right {
    flex: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
/* footer { */
    /* background: #222222; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
/* } */
/* .footer-buttons {
    display: flex;
    gap: 1rem;
}
.footer-buttons a {
    background: #fff;
    color: #222;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
} */
/* .footer-buttons a:hover {
    background: #0077b5;
    color: #fff;
} */
/* @media (max-width: 700px) {
    .container {
        flex-direction: column;
        min-height: 0;
    }
    .left, .right {
        min-width: 0;
        width: 100%;
    }
    .right {
        padding: 1rem;
    }
} */