<img src="mani1.png" alt="Mani herramientas" width="150">
<img src="mani2.png" alt="Mani herramientas 2" width="150">

<h2>Galería</h2>
<img src="cerradura1.jpg" alt="Cerradura 1" width="200">
<img src="cerradura2.jpg" alt="Cerradura 2" width="200">

<h2>Marcas con las que trabajamos</h2>
<img src="logotipos.jpg" alt="Marcas de cerrajería" width="100%">
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}