
body{
	background:#f2f0eb;
} 

.container{
	width: 100%;
	margin-top: 200px;
	background: #f2f0eb;
	display: flex;
	align-items: center;
	justify-content: center;

}

.swiper{
	width: 57%;
	height: fit-content;
	align-items: center;
}

.swiper-slide img{
	width: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
	color: 	#0000CD;
} 

.swiper .swiper-pagination-bullet-active{
	background: #0000CD;
}
 

img{
	float: left;
	max-width:  100%;
	height: auto;
}

footer{
	background:#bfc7c6;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0000CD;
	border-radius: 25px;
	} 

main{ 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 100px;
	margin-top:200px;
	margin-right: 100px; 
	
} 

table, th, td{ 
	border-collapse: collapse;
	border: 2px solid black; 
	background:#e8e7e3;
} 

th{ 
background:#bfc7c6;
} 

.text{
	margin-top:440px;
} 

.text1{ 
	margin-top:800px;
} 

h1{
 text-decoration-line: underline;
  text-decoration-color: #bfc7c6;
  text-shadow: 5px 5px #bfc7c6;
} 

h3{
 text-decoration-line: underline;
  text-decoration-color: #bfc7c6;
} 

.text3{ 
	margin-top:600px;
} 

@media screen and (max-width: 600px) {
	h1{ 
	margin-top: 320px;
	} 
	.text, .text1, .text3{ 
		margin-top: 220px;
	} 
	.container{ 
		margin-top: 400px;
	}
	} 

