* {
  box-sizing: border-box;
  text-align: center;
font-family: 'Annie Use Your Telescope', cursive;
}
.contenedor {
  height: 100vh;
}
.btn {
  margin-bottom: 1em;
  width: 10em;
}

.imagen {
  margin-left: 7rem;
  padding-left: 2em;
}
#filtro {
  width: 110%;
  height: 20rem;
}