/* 
Name: Xiangzi Xing
Section: CSE 154 AD
Date: 2018/04/08

This is my CP2 assignment.
*/

@import url('https://fonts.googleapis.com/css?family=Yatra+One');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
body {
	background-color: #c8daf7;
	font-family: 'Merriweather Sans', sans-serif;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Yatra One', cursive;
}

h2 {
	text-transform: capitalize;
	text-decoration: underline;
}

h3 {
	font-style: italic;	
}

hr {
	border-width: 2px;
	border-color: black;
}

a {
	text-decoration: none;
}

q {
	font-size: 18px;
}

div {
	font-size: 22px;
	font-weight: bold;
}
img {
	height: 400px;
	width: 700px;
}