.title{
	font-family: 'Arima Madurai', cursive;
	text-align: center;
	font-size: 80;
	text-shadow: white 0 0 10px;
	color: white;
}
body{
	background: url(background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 10 50 50 50;
}
.textResult{
	display: none;
}
iframe{
	display: block;
	margin: 10px auto;
}
.text{
	font-family: 'Roboto Condensed', sans-serif, cursive;
	text-align: justify;
	font-size: 24;
	color: navy;
	margin: 100 200 0 200;
}
.textResult{
	font-family: 'Roboto Condensed', sans-serif, cursive;
	text-align: justify;
	font-size: 24;
	color: navy;
	margin: 100 200 0 200;
}
.text2{
	font-family: 'Roboto Condensed', sans-serif, cursive;
	text-align: justify;
	font-size: 24;
	color: navy;
	position: relative;;
}
.text1{
	font-family: 'Arima Madurai', cursive;
	font-size: 25;
	text-shadow: white 0 0 10px;
	color: white;
}
canvas{
	margin: 10px auto ;
	display: block;
}

.main-container1{
	max-width: 1080px;
	width: 90%;
	margin: 0 25%; 
}
.main-container2{
	max-width: 1080px;
	width: 90%;
	margin: 0 35%; 
}
.gif{
	display: none;
	margin: 0 30%;
}

img{
	display: block;
	width: 400px;
	margin: 5px auto;
}

.button-main{
	width: 22%;
	height: 42px;
	font-size: 1em;
	font-family: 'Arima Madurai', cursive;
	color: navy;
	margin: 0 5%; 
	background-color: rgb(157,180,255);
}
.button-main1{
	width: 22%;
	height: 42px;
	font-size: 1em;
	font-family: 'Arima Madurai', cursive;
	color: navy;
	margin: 0 39%; 
	background-color: rgb(157,180,255);
}
.button-main:hover{
	background-color: rgb(0,45,195);
	color: white;	
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
/*  top: 10px;*/
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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: rgba(0,0,0,0.8);
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}