div{
	background-color: cornflowerblue;
    border: 10px;
    border-color: black;
    text-align: center;
    padding: 20px;
}
body {
    background-color: cornflowerblue;
}
h1 {
    color: white;
    text-align: center;
}
p {
    color: white;
}

h2{
	color: white;
	text-align: center;
	padding: 10px;

}

h4{
    color: white;
    text-align: center;
    padding: 10px;
    font-family: verdana; 

}