header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Futura";
  font-size: small;
  font-weight: bold;
  text-align: center;
  color:#020001;
}

h3{
	color:#020001;
	margin: 40px 220px 70px 40px;
	font-family: "arial";
	font-size:medium;
	font-weight: normal;
	text-align: justify;
}

footer{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "arial";
	font-size: small;
	font-weight: normal;
	text-align: center;
	color:#ffffff;
} 

ul {
  list-style: square inside url("sqpurple.gif");
}