body {

	background-color: #C8E44C;
}

h1 {
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #5C6923;
	
}

p {

	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;

}

.items {

	display: flex;
	justify-content: center;

}

.box {

	width: 60em;
	height: 50em;
	background-color: #F0FBC0;
	border: 0.5em solid #E1FF3F;
	border-radius: 5%;


}

.bgbox1 {

	position: absolute;
	left: 0; 
  	right: 0; 
  	margin-inline: auto; 
  	width: fit-content;
	width: 70em;
	height: 50em;
	background-color: #FCFC22;
	border: 0.5em solid #E1FF3F;
	border-radius: 5%;
	z-index: -1;


}

.bgbox2 {

	position: absolute;
	left: 0; 
  	right: 0; 
  	margin-inline: auto; 
  	width: fit-content;
	width: 80em;
	height: 50em;
	background-color: #B2EF2F;
	border: 0.5em solid #E1FF3F;
	border-radius: 5%;
	z-index: -2;

}

.content {
 	
	display: inline;
}


.title {

	display: flex;
        
}

.Return {

	position: absolute;
	display: flex;
	right: 23%;
	z-index: 100;

}

.Return a:link {

	color: #FCFC22;
	text-decoration: none;
}


.Return a:visited {

	color: #FCFC22;
	text-decoration: none;
}

.Return a:hover {

	color: #E1FF3F;
	text-decoration: none;
}


.Return a:active {

	color: #E1FF3F;
	text-decoration: none;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 60em;
  max-height: 40em;
  position: relative;
  align-items: center; 
  margin: auto;
}

.slideshow-container img {
	max-height: 40em;
	object-fit: contain;
	pointer-events: none;

}


.slideshow-container .gamebox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
	width: 100%;

}

.Hideheader {
	
	position: absolute;
	top: 0;
	background-color: #F0FBC0;
	z-index: 1000;

}

.gameholder {

	position: absolute;

}


/* Hide the images by default */
.mySlides {
  display: none;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 54%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #B2EF2F;
  font-weight: bold;
  font-size: 4em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #E1FF3F;
}

/* Caption text */
.text {
  color: #5C6923;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 2em;
  padding: 8px 12px;
  position: absolute;
  bottom: -2.2em;
  width: 100%;
  text-align: center;
  margin: -2% 0%;
}

/* The dots/bullets/indicators */
.dot {
  display: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #B2EF2F;
  <!--display: inline-block;-->
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #5C6923;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
