.main {
	width: auto;
	height: auto;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	background-color: rgb(208, 230, 250);

}

.goupbtn {
	position: fixed;
	width: 40px;
	height: 40px;
	/*background: #27ae60;*/
	bottom: 110px;
	right: 100px;

	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 30px;


}

.gorightbtn {
	position: fixed;
	width: 40px;
	height: 40px;
	/*background: #27ae60;*/
	bottom: 58px;
	right: 48px;

	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 35px;


}

.goleftbtn {
	padding: 10px;
	position: fixed;
	width: 40px;
	height: 40px;
	/*background: #27ae60;*/
	bottom: 50px;
	right: 145px;

	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 35px;
}

.gohomebtn {
	position: fixed;
	width: 40px;
	height: 40px;
	/*background: #27ae60;*/
	bottom: 58px;
	right: 100px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 35px;
}

.container {

	text-align: center;
	font-size: 20px;
	background-color: rgb(255, 255, 255);
	margin: auto;
	width: 75%;
	border: 5px solid green;
	padding: 30px;
}

.p {
	text-align: center;
}

.h3 {}

.table,
th,
td {
	align: center;
	border: 1px solid black;
	border-collapse: collapse;
}

.th,
td {
	padding: 5px;
	text-align: center;
	font-size: 20px
}

.table {
	margin-left: auto;
	margin-right: auto;
}

.red {
	color: red;
	font-size: 20px
}

.blue {
	color: blue;
	font-size: 20px
}

.black1 {
	color: blue;
}

section{
	background-color: blue;
	color: white;
	text-align: center;
	font-size: 50px;
	padding: 0.1rem;
}

.responsive {
	width: 100%;
	height: auto;
  }
.responsive2 {
	width: 50%;
	height: auto;
  }
.responsive3 {
	padding: 25px;
	width: 20%;
	height: auto%;
	
  }

/*--------------footer start------------------------*/

