<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Los Golden Chicha</title>
    <style>
      /* Make images scale with the container */
      img {
        max-width: 100%; /* Prevent overflow */
        height: auto;    /* Keep aspect ratio */
        display: block;  /* Remove inline spacing */
      }
    </style>
</head>
<body style="background-color:black;">
    <br><br>
    <center>
        <h1 style="color:white;font-family:'Courier New';">
            <b>
                <img src="gc01.png">
            </b>
        </h1>
    </center>
</body>
</html>