body {
	background: linear-gradient(yellow, red);
	font-family: Yatra One;
}
header, section {
	background-color: #ccccb3;
	margin: 2px 10px;
	padding: 0px 10px;
	border-radius: 5px;
}
img {
	width: 100px;
	height: 100px;
}
header img {
	width: 250px;
	height: 250px;
	border-radius: 125px;
	display: block;
	margin: 0 auto;
}
p {
	text-align: justify;
	text-indent: 50px;
}
p:first-letter {
	font-size: 2em;
}
header p a {
	display: inline;
	text-decoration: none;
	font-style: italic;
	color: purple;
}
h1 {
	text-align: center;
	margin: auto;
}
h2 {
	text-decoration: underline;
}
.title {
	font-weight: bold;
	border-right: 1px solid black; /*ask can the list in horizontal direction*/
}
h1, h2 {
	font-family: Meera Inimai;
}
.change {
	color: red;
}
#type ul li {
	display: inline-block;
}