h1 {
	background-color: black;
	color: rgb(75, 213, 238);
	font-weight: 400;
}

p {
	font-style: italic;
	font-weight: bold;
	font-size: large;
	margin: 0;
	margin-left: 20px;
}
.album-grid {
	display: grid;
	margin-top: 20px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-row-gap: 20px;
	justify-items: center;
	align-items: center;
	text-align: center;
}

img {
	width: 90%;
	alt: "IMAGE LOAD FAILED, PLEASE REFRESH";
}

figcaption {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
