* {
  font-family: "Arvo", serif;
}
.heroshadow {
  box-shadow: 2px 2px 8px #333;
}
.descripcion {
  padding-top: 16%;
}
/* we will explain what these classes do next! */
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}
