html{
	font-size: 100%;
}

body{
	text-align: center;
	font-family: Arial, sans-serif;
	/* color: none;  */
	background-color: #FFFFFF;
}

.contactSVG{
	width: 16rem;
	height: 5rem;
}

/* a[href^="mailto"]::before { */
  /* content: "📧 "; */
/* } */

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;  
}

#email{
	width: 16rem;
}

menu li{
	text-decoration: none;
	color: black;
	border-radius: 10px;
	border: 2px solid;
	padding: 0.5rem;
	text-decoration: none;
}

menu li a{
	text-decoration: inherit;
	color:inherit;	
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

/* menu li:hover{ */
	/* background-color: #fdffdd; */
/* } */

/* menu li:active { */
	/* background-color: red; */
/* } */

menu li p{
	margin:0;
}