/* styles.css */

.logo {
	width: 500px; /* Adjust width as needed */
	height: auto; /* Automatically adjust height to maintain aspect ratio */
}

.container {
	text-align: center;
}

.container-p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.container-p a {
	margin: 10px;
}

.container-p img {
	max-height: 250px;
	width: auto;
}
