@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
	background-color:  #5BA6A6
}

p {
	color: #015958;
	text-shadow: 5px 5px 20px #F2F2F2;
	font-size: 18pt;
	 font-family: "Playfair Display", serif;
}

article {
	background-color: #548C85;
	text-align: justify;
	width: 60%;
	height: 250px;
	overflow: auto;
	padding: 10px;
	
	
}




header {
	background-color: #bfbfbf;
	height: 100px;
	width: 100%;
	text-align: center;
	padding: 1px;
	 font-family: "Montserrat", sans-serif;
	
}

nav {
	
	background-color: #0CABA8;
	padding: 10px;
	width: 38%;
	height: 510px;
	text-align: center;
	line-height: 30px;
}


a:link {
	background-color: #0CABA8;
	
}


a:hover {
	background-color: #0FC2C0;
}
a:visited {
	background-color: #0CABA8;
}


h1 {
	font-size: 30pt;
	color: black;
	line-height: 20px;
}



	


footer {
	background-color: #45C4B0;
	clear: both;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	
		
}

h2 {
	border-style: solid; 
	text-align: center;
	font-size: 25pt;
	 font-family: "Montserrat", sans-serif;
}

section {
	width: 100%;
}

a {
	font-size: 35pt;
	line-height: 100px;
}

ul {
		color: black;
	text-shadow: 5px 5px 20px #F2F2F2;
	font-size: 18pt;
	 font-family: "Playfair Display", serif;
}