body{
  width: 100vw;
  height: auto;
  background-color: #3a4466;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100vh;
}

.hovering_1{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 10vh;
  transition: 3000ms;
}

.hovering_2{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: -10vh;
  transition: 3000ms;
}

.base{
  position: absolute;
  image-rendering: pixelated;
  width: 90vh;
  height: 90vh;
  z-index: 0;
}

.img{
  position: absolute;
  image-rendering: pixelated;
  width: 90vh;
  height: 90vh;
  z-index: 5;
}