

body {
	margin: auto;
	width: 50%;
	padding: 10px;
	background-image: url("assets/tile.png");
	background-size: 30%;
	background-repeat: repeat;
	text-align: center;
}

.background {
	width: 110%;
    background-color: white;
    border-radius: 15px;
	position: relative;
	padding-top: 3%;
	padding-bottom: 6%;

}

  [data-component="slideshow"] .slide {
    display: none;
  }

  [data-component="slideshow"] .slide.active {
    display: block;
  }
  
h1 {
	 font-family: Gill Sans MT, sans-serif;
	 color: red;
	  
  }
  p {
		font-family: sans-serif;
		font-size: 14pt;
  }
  
  
 .parent-img{
    position: relative;
}
.parent-img-responsive{
	width:100%;
	height:auto;	
}
.child-img{
   position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
  
  
  