.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 50px;
	column-gap: 90px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.card img {
	width: 110%;
	max-width:400px;
	height: auto;
}
.stilltitle {
	position: relative;
	font-family: "Arial", monospace;
	top: 20px;
	width: 100%;
	color: black;
	font-size: 3rem;
	text-align: center;
}
.stillsubtitle {
	position: relative;
	font-family: "Arial", monospace;
	top: -3px;
	width: 100%;
	color: black;
	font-size: 1rem;
	text-align: center;
}
.stilllink {
	position: relative;
	font-family: "Arial",monospace;
	top: 0px;
	width: 100%;
	text-align: center;
}
#homebutton {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 80px;
	height: auto;
}
header{
	position: relative;
}