/*
	Rick and Morty
	Layout Style Sheet
	
	Author: Ivan Rodriguez
	Date: 10/14/2021
*/

h1 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	word-spacing: .5em;
	text-align: center;
	color: green;
	background-color: #62a4ab;
}

h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: green;
	line-height: 2em;
	margin: 0em;
}

strong {
	font-weight: bold;
	text-transform: small caps;
}

em {
	font-weight: 700em;
}

hyperlinks {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c1361;
}

li {
	font-size: 1.2em;
}

ul {
	font-size: 1.2;
}

body {
	background-color: #62a4ab;
}
