
body {
  background-color: white;
  color: navy;
  font-family: "Arial";
}
h1{
	text-align: center;color:red;font-size:48px;}
h2{
	color:red; }
h3{
	color:navy; align=center }
p{
	font-size:14; color: navy; text-align: left;}
.resizable-image {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: auto;
        }
