.one{
	height: 50px;
	width: 100%;
	background-color: ghostwhite;
	font-size: 18px;
	font-family: verdana;
}
td{
	padding: 10px;
	margin: 10px;	
}
.two{
	margin-left: 40px;
	margin-top: -20px;
	height: 130px;
	width: 100%;
	font-size: 22px;
	font-family: verdana;
	background-color: ghostwhite;
}
#one{
	height:110px;
	width: 260px;
}
#second{
	margin-top: 15px;
	height: 520px;
	width: 100%;
}
.para1 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 45px;
  color: white;
  font-family: verdana;
}
.button1{
	width: 400px;
	height: 140px;
	background-color: ghostwhite;
	text-align: center;
	font-family: verdana;
	color: navy;
	font-size: 18px;
	box-shadow: 10px 10px 10px ;
	transition: 0.3s;
	border-radius: 10px;
}
.button1:hover{
	background-color:#F4D03F;
	color: white;
}
.buttonimg{
	padding-top: 35px; 
	height: 80px; 
	width: 110px;
}
.contentPrograms{	
	display: none;	
	position: absolute;
	z-index: 1;
}
.dropdown{
	position: relative;
	display: inline-block;
}
.dropdown:hover .contentPrograms{
	display: block;
	z-index: 1;
}
.dropBtn{
	height: 130px;
	background-color: ghostwhite;
	font-size: 20px;
	font-family: verdana;
	border: none;
}
.dropBtn:hover{
	background-color: black;
	color: yellow;
	transition: 0.4s;
}
h1{
	color: blue;
	font-size: 50px;
	font-family: arial;
}
h2{
	color: lightblue;
	font-size: 40px;
	font-family: arial;
}
.fifth{
	background-color: #4dd2ff;
	height: 500px;
	width: 100%;
	z-index: -1;
}
.intro{
	background-color: white;
	padding: 20px 20px 20px 30px;
	margin-left: 50px;
	width: 500px;
	height: 480px;
	position: absolute;
}
.imp{
	float: right;
	height: 480px;
	width: 300px;
	background-color: white;
	position: absolute;
}
.move:hover{
	position: absolute;
	transition: 0.6s;
	margin-right: 50px;
}
.box{
	color: lightblue;
	font-size: 30px;
	font-family: arial;
}
#paratwo{
	font-family: arial;
	font-size: 16px;
}
#inside{
	color: lightblue;
	font-size: 25px;
	font-family: arial;
}
.btnBig{
	height: 110px;
	width: 250px;
	background-color: ghostwhite;
	font-family: arial;
	margin-left: 150px;
	border: none;
	font-size: 18px;
	transition: 0.3s;
}
.btnBig:hover{
	color: red;
	font-size: 20px;
	transition: 0.4s;
}
.grayMatters{
	height: 250px;
	width: 100%;
	background-color: gray;
	color: white;
	font-family: arial;
	font-size: 45px;
	text-align: center;
	padding-top: 60px;
}
.grayMatters:hover{
	background-color: black;
	transition: 0.6s;
	color: magenta;
}
.formatImage{
	height: 250px;
	width: 310px;
}
.formatImage:hover{
	display: block;
	border: 2px solid black;
}
footer{
	background-color: slateblue;
	color: white;
	font-family: arial;
	width: 100%;
	height: 300px;
	padding: 10px;
}
body{
	background-color: ghostwhite;
}
.imagegraph{
	height: 330px; 
	width: 690px;
	border: none;
}
.imagegraph:hover{
	border: 3px solid gray;
	transition: 0.4s;
}