@import url("https://fonts.googleapis.com/css?family=Oxygen");
.aanbb{font-size:20px;}
body1 {
  margin: 0;
  height: 100%;
  font-family: Oxygen;
}
body1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  z-index: 10;
  font-size: 4rem;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 #000;
}
.slider {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	min-height:200px;
  overflow: hidden;
}
.slider .slide {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: slideanim 40s ease-out infinite;
          animation: slideanim 40s ease-out infinite;
}
.slider .s1 {
  background-image: url("https://res.cloudinary.com/du1nzd9pt/image/upload/c_fill,h_1600,w_1600/photo-1438978280647-f359d95ebda4_odhosn");
}
.slider .s2 {-webkit-animation-delay: -10s;
          animation-delay: -10s;
  background-image: url("https://res.cloudinary.com/du1nzd9pt/image/upload/c_fill,h_1600,w_1600/photo-1434064511983-18c6dae20ed5_ydsls8");

}
.slider .s3 {-webkit-animation-delay: -20s;
          animation-delay: -20s;
  background-image: url("https://res.cloudinary.com/du1nzd9pt/image/upload/c_fill,h_1600,w_1600/photo-1431538510849-b719825bf08b_t9wbb9");
 
}
.slider .s4 {-webkit-animation-delay: -30s;
          animation-delay: -30s;
  background-image: url("https://res.cloudinary.com/du1nzd9pt/image/upload/c_fill,h_1600,w_1600/photo-1428999418909-363f8e091c50_yt53lf");
  
}

