@charset "UTF-8";
/* CSS Document */

body {
 margin: 0;
 padding: 0;
}
 
.anime {
 position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: -2;
}
 
.anime img {
 display: block;
 position: absolute;
 text-align: center;
 z-index: 3;
 transform: scale(1.3,1.3);
}
