/* styles.css - Project 1 */

body {
	background-color: #f5f5f5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}

h1 {
	text-align: center;
}

nav {
	text-align: center;
	margin-bottom: 20px;
}

nav a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	margin: 0 10px;
}

nav a:hover {
	text-decoration: underline;
}

main {
	max-width: 900px;
	margin: auto;
}

figure {
	text-align: center;
	margin: 20px auto;
}

figcaption {
	font-style: italic;
	margin-top: 5px;
}

footer {
	text-align: center;
	margin-top: 20px;
	font-size: 0.9em;
}

header img {
	display: block;
	margin: 10px auto;
}

main  {
	text-align: center;
}

main h2  {
	width: 100%;
}

main .gallery {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  gap: 20px;
}

main .gallery figure {
	margin: 0;
}

.player-image  {
	width: 200px;
	height: 300px;
	object-fit: cover;
}

figure img   {
	width: 100&
	max-width: 900px;
	height: 350px;
	object-fit: cover;
}

header h2  {
	text-align: center;
}
