 body{
	background-image: linear-gradient(to left,#94dcec,#c7dae2,#c7dae2,#edeced,#c7dae2,#94dcec)
}
h1{
	text-align: center;
	font-family:Verdana;
	font-size:35px;
	font-weight:bolder;
	color:#febfe4;
}

h2{
	text-align: center;
	font-family:Arial;
	font-size:23px;
	font-weight:bolder;
	color:#f4aac0;
}

h3{
	font-family: Arial;
	font-size:19px;
	font-weight:bold;
	color:#66b7c7;
}

h4{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#66b7c7;
}

p{
	font-family: Verdana;
	color:#67b6de;
}

ul{
	font-family: Verdana;
	color:#e58465;
	line-height: 1.5;
}

ol{
	font-family: Verdana;
	color:#e58465;
	line-height: 1.5;
}

img {
    width: 260px;
    height: auto;
}

  .box1 {
            text-align: center; 
        }

        .box1 img {
            width: 300px;
            height: auto;
            display: inline-block; 
        }

        .box1 p {
            font-size: 16px;
            line-height: 1.5;
        }