@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-display: Oswald, Roboto, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: rgba(11,19,13,1.00);
    background-image: url("Images/OIP.webp");
}

#container {
	width: 1088px;
	margin: 0 auto;
	position: relative;
	background-color: #D8E3E8;
	background-image: url("Images/OIP (1).webp");
	background-repeat: no-repeat;
	padding-top: 338px;
}

article{
	padding: 0 100px;
}

h1 {
	margin: 0 0 32px 0;
	font-family: 'Geist' Arial, cursive;
	font-weight: normal;
	color: #272B4B;
	font-size: 60px;
	letter-spacing: 2px;
	text-align: center;
	font-style: italic;
	text-shadow: 4px 4px 6px #0A2205; 
}