.earv {
  animation: spinner 1.5s linear infinite;
    scale: 3
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

.bg-image {
  background-image: url("https://everythingis.neocities.org/ULTNUNASS/background_demonFur1_0.png");
  background-color: #ff7ad5;
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}