h {
	color: #000000;
	font-size: 21px;
	font-family: "hobo-std";
}
p {
	color: #000000;
	font-size: 19px;
	font-weight: normal;
	font-family: "hobo-std";
}

div {
  width: 50%;
  position: absolute;
  left: 1%;/*1050px;*/
  top: 26%; /*200px;*/
  text-align:center;
  animation: mymove 240s;
  z-index: 999;
}
img {
  width: 20%;
  height: auto;
  object-fit: cover;
}