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

@font-face {
    font-family: 'stencil-love';
    src: url('https://dl.dropbox.com/s/3l0n6too3mj3vne/StencilovePersonalUseRegular-WyerY.ttf');
    format('truetype');
}
.previously-on {
  font-family: "stencil-love", sans-serif;
}

/* Fotos */

.fotos {
  display: flex;
  justify-content: center;
  align-items; flex-end;
  gap: 1.5em;
 flex-wrap: wrap;
  padding: 2em;
  width: 100%;
  box-sizing: border-box;
}

.fotos img {
  max-width: 100%;
  height: auto;
}

.cilantro {
    position: relative;
}

.cat {
    position: relative;
}

.birds {
    position: relative;
}

.hannibal {
    position: relative;
}

.michael {
    position: relative;
}



