/* CSS Document */


@import url('https://rsms.me/inter/inter.css');
body { font-family: 'Inter', sans-serif; !important }
@supports (font-variation-settings: normal) {
  body {font-family: 'Inter var', sans-serif;font-weight: 400;}
}

body
{
	background-color: darkslategrey;
	margin:0px;
	
	
}

.main
{
	width: 800px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left: auto;
	margin-right: auto;
	background-color: lightgray;

	height: 120%;
	box-shadow: 0px 0px 75px 15px black;
	align-items: center;
	border-radius: 10px;
	padding-bottom: 20px;
	padding-top: 20px;

}

h1
{
	font-size: 30px;
	font-weight: 300;
	color: orange;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: rgba(33,43,58,1.00)
}

h2
{
	font-size: 20px;
	font-weight: 300;
	color:darkslategray;
	width: 100%;
	border-style: none;
	text-align: center;
	padding: 10px;

}

a
{
	text-decoration: none;
	padding: 6px 16px;
	border-radius: 8px;
	background-color: #88b3ca;
	margin: 8px;
	color: #090909;
}

a:hover
{
	background-color: orange;
}

p
{
	font-size: 15px;
	font-weight: 400;
	color:black;
	margin-bottom: 40px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

img
{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.our-team{
	color: white;
	position: relative;
	top: -10px;
	font-size: 24px;
}