@charset "utf-8";
/* CSS Document */

body {
	background-color: darkgrey;
	padding: 0;
	margin: 0;
}

.container {
	width: 90%;
	background-color: white;
	margin: auto;
	
}

.middle-main {
	text-align: center
}

.aside-left{
	text-align: center
}
.aside-mid{
	text-align: center
}
.aside-right{
	text-align: center
		
}
	
	.navi {
	background-color: white;
	min-height: 120px;
	list-style: none;
	display: flex;
	gap: 2%;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto Flex', sans-serif;
}

.navi a:link, a:active {
	font-family: 'Roboto Flex', sans-serif;
	color: black;
	text-decoration: none;
}

.navi a:hover {
	color: cornflowerblue;
	text-decoration: none;
}

.container00 {
	width: auto;
	background-color: plum;
	margin: 20px;
	padding: 10%;
}

.container-1 {
	text-align: left;
	float: left;
}

.container-2 {
	text-align: left;
}



.row {
	display: flex;
	justify-content: center;
	gap: 2%;
	align-items: center
}
h2, h3 {
	font-family: 'Roboto Flex', sans-serif;
}

p {
	font-family: 'Roboto Flex', sans-serif;
	
}

.cen-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	width: auto;
}

.left{
	display: inline-block;
	float: left;
	width: 30%;
}

.right{
	display: inline-block;
	float: right;
	width: 30%;
}

.p1{
	text-align: center;
}

@media (max-width:992px) {
	.row {
		display: block;
	}
	.img {
		float: none;
		margin-right: 2%;
	}
}