body	{
	background-color: darkcyan;
	}

h1	{
	font-family: Playfair display, arial, sans-serif;
	font-weight: strong;
	font-size: 4em;
	color: darkcyan;
	text-align: center;
	}

h2	{
	font-family: Playfair display, arial, sans-serif;
	font-weight: strong;
	font-size: 2em;
	color: darkcyan;
	text-align: center;
	}

	h3	{
		font-family: Raleway, arial, sans-serif;
		font-size: 1.5em;
		color: black;
		text-align: center;
		}
p	{
	font-family: Raleway, arial, sans-serif;
	font-size: 1.2em;
	color: black;
	text-align: center;
	padding: 0px;
	}


	h6	{
		font-family: Raleway, arial, sans-serif;
		font-size: 0.8em;
		color: black;
		text-align: center;
		}

a	{
	color: darkcyan;
	text-decoration: none;
}

.base{
	background-color: darkcyan;
	text-align: center;
	margin: 0;
	padding: 0;

}

.write{
	background-color: white;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.text{
	background-color: white;
	text-align: auto;
	width: 90%;
	margin: auto;
}
.pic{
	background-color: white;
	text-align: center;
	margin: auto;
	width: auto;
		padding: 0;
}

picture{
	width: auto;
}
