@charset "UTF-8";

body p {
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #E1E1E1;
	font-size: xx-large;
	font-style: normal;
	font-weight: normal;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.25rem;
  background-color: #efefef;
  opacity: .25;
  text-align: center;
  font-size: 0.7em;

}
