<!DOCTYPE html>
<html>
<head>
    <style>
        .bild-container {
            display: flex;
            justify-content: center;
        }

        .bild-container img {
            margin: 20px;
        }
    </style>
</head>
<body>
    <div class="bild-container">
        <img src="http://localhost/Akkordeonverein/fotos-videos/enrico.png" alt="Vorstandsvorsitzender" width="500">
        <p>Vorstandsvorsitzender</p>
        <img src="http://localhost/Akkordeonverein/fotos-videos/Mimi.png" alt="Stellv. Vorstandsvorsitzender" width="500">
        <p>Stellv. Vorstandsvorsitzender</p>
    </div>
</body>
</html>