html{
	font-size: 100%;
}

body{
	text-align: center;
	font-family: Arial, sans-serif;
	/* color: none;  */
	/* background-color: #FFFFFF; */
}

.contactSVG{
	width: 16rem;
	height: 5rem;
}

menu {
  list-style-type: none;
  /* padding: 3.625; */
  margin-bottom: 0.625;
  gap: 1rem; 
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  
}

/* main */
 ol, ul{
	margin:auto;
	width:60%;

	text-align: left;

}

main li{
	list-style-position: inside;
	padding-bottom:1rem;
}

#email{
	width: 16rem;
}

menu li{
	/* text-decoration: none; */
	/* color: black; */
	border-radius: 10px;
	border: 2px solid;
	padding: 0.5rem;
}

menu li a{
	/* text-decoration: inherit; */
	/* color:inherit;	 */
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

menu li p{
	margin:0;
}

#lizardImgFooter{
	float:right;
	height:auto;
	max-width:30%;
}

#lizardImgFooterJoke{
	text-align: right;
}