body{
	background-color: beige;
	margin: 40px;
}

h2{
	color: orange;
	text-align: center;
}

#secondpage h1{
	color:red;
	font-family: cursive;
}

#firstpage h1{
	color:blue;
	font-family: sans-serif;
}

#jesus{
	color:pink;
}

#christ{
	color:purple;
}
.button{
    background-color:azure;
    color: aqua;
    padding: 5px;
    box-shadow: 5px 5px 2px #888888;
    border-radius: 12px;
    text-decoration: none;
}
.button:hover{
    background-color: powderblue;
}