* {
    padding : 0;
    margin : 0;
}
p      {
        text-align: center;
        font-size : 50px;
}
body {
	background : blue;
	color : black;
	width : 14in;
    text-align :center;
}
#head{
	text-align : bottom;
	background: orange;
	font-size : 100px;
	margin : 25px;
	font-style : italic;
	width : 13.5in;
	color : blue;
	text-shadow : 5px 5px 5px white;
}
#ppt,#html,#apk,#about,#getService,#home{
	color : red;
	width : 180px;
	background : green;
	font-size : 23px;
	margin : 0px;
  	font-style : oblique;
}
#ppt1,#html1,#apk1,#about1,#getService1,#home1{
	color : red;
	width : 180px;
	background : yellow;
	font-size : 23px;
	margin : 0px;
  	font-style : oblique;
}
img{
	margin : 25px;
	width : 700px;
	height : 500px;
}

#title1,#title2,#title3{
        font-size : 50px;
  	color : green;
  	text-shadow : 5px 5px 5px yellow;
  	font-style : oblique;
        text-align: center;
}
#description1,#description2,#description3{
        font-size : 25px;
  	color : red;
  	font-style : italic;
        text-align:center;
}
#button1,#button2,#button3{
  	font-size : 25px;
  	width : 100px;
  	background : blue;
  	color : white;
  	font-style : bold;
}
#howto{
  	color : green;
	text-shadow : 5px 5px 5px red;
  	font-style : oblique;
  	font-size : 60px;
  	margin-left : 25px;
}
#instruction,#keyword{
	font-size :50px;
    text-align: center;
  	color : red;
  	font-style : italic;
}