@charset "UTF-8";

test {
	width:1000px;
}

main_img {
	animation: "test" 1s ease 0.5s infinite alternate forwards;
}

anim-box {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  border-radius: 5px;
  max-width: 400px;
  height: 250px;
}

.splide_slide img {
  width: 600px;
  height: auto;
}

