﻿p {
  display: block;
  color:teal;
  font-family: Times, serif;
  font-size: 29pt;
  text-align: center;
}

img{
	width:300px;
	height:200px;
	display:inline-block;
}
