@keyframes libraryimage {
  from {
    opacity: 0;
    top: -110px;
  }
  to {
    opacity: 1;
    top: -70px;
  }
}
