* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(29, 78, 137, 0.2);
	border-right: 1.1em solid rgba(29, 78, 137, 0.2);
	border-bottom: 1.1em solid rgba(29, 78, 137, 0.2);
	border-left: 1.1em solid #1d4e89;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loadingDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.975);
	overflow: hidden;
}
@media only screen and (max-width: 600px) {
	#loadingDiv {
		background-color: #fff;
		opacity: 0.98;
		overflow: hidden;
	}
}
.page__header {
	padding: 0 15% 0% 15%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.page__header ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.page__header ul li {
	margin-right: 10%;
	margin-top: 10px;
}

.page__header ul li a {
	text-decoration: none;
	color: #676d73;
}

#hover:hover {
	background-color: rgb(231, 245, 255);
	border-radius: 8px;
}

.page__header span {
	margin-left: 10%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 22px;
}

.page__header i {
	color: black;
	text-decoration: none;
	font-size: 22px;
}

#gg {
	color: rgb(34, 139, 230);
	background-color: rgb(231, 245, 255);
	font-weight: 500;
	border-radius: 4px;
	padding: 10px;
	margin-top: 2px;
}

.underlineunderheader {
	background-color: #e9ecef;
	width: 100%;
	height: 1px;
}

@media only screen and (max-width: 600px) {
	.page__header {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 60vh;
	}

	.page__header ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-top: 10px;
	}
	.page__header span {
		margin-right: 40px;
	}
}

.main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main h1 {
	margin-top: 30px;
	color: #1b1212;
}

.main p {
	padding: 20px 20%;
	color: #676d73;
	text-align: justify;
}

.imgsdiv {
	display: flex;
	align-items: center;
}

.img1,
.img2 {
	height: 250px;
	width: 220px;
}

.img1 {
	margin-right: 100px;
}

.divinsidediv p,
.divinsidediv2 p {
	margin-left: 30px;
}

@media only screen and (max-width: 600px) {
	.imgsdiv {
		flex-direction: column;
	}
	.img1,
	.img2 {
		margin: 0;
	}
	.divinsidediv p {
		margin-left: 50px;
	}
}
