html { 
  	background: url(lotus-pond-1080P-wallpaper.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.centered {
	font-size: 40px;
	position: absolute;
  	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}
#body {
#	padding-top: 16px;
#	text-align: center;
#	width: 80%;
#	margin: 0 auto;
#	background-color: LightGray;
#}
@font-face {
	font-family: 'chilanka';
	src: url(fonts/malayalam/Chilanka-Regular.otf);
	font-style: normal;
	font-weight: 100;
}
h1 {
	font-family: 'chilanka';
	font-weight: 200;
	font-size: 48px;
}
ul {
	font-family: 'chilanka';
        font-weight: 100;
	text-align: left;
	font-size: 24px;
}
