#projects{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#projects *{
	margin: 0px;
	display:inline-block;
}

#projects a {
	margin: 1rem;
	padding: 5px;
	box-shadow: 2px 2px 2px 2px gray;
	width: 90%;
	max-width: 350px;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

#projects a img{
	max-height: 90%;
	max-width: 95%;
}

#projects a p{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

#recentProjects {
  text-align: center; 
}

#projectButton {
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #000;
	display: inline-block;
	width: fit-content;
	text-align: center;
	margin: 0 auto;  
}
