body {
	display: grid;
	background-image: url('../images/body-bg.webp');
	background-repeat: no-repeat;
}

h3, p {
	color: white;
	margin: 0;
}

a {
	font-family: 'Libre Franklin', sans-serif;
	color: white;
	text-decoration: none;
}

.header {
	background-image: url('../images/header-bg.webp');
	margin: auto;
	border-style: solid;
	border-color: white;
	width: 1110px;
	height: 150px;
}

.header-logo {
	padding-top: 20px;
	padding-left: 20px;
	width: 266px;
	height: 61px;
}

.header-page-links {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	margin-top: 25px;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	background-color: rgba(168, 168, 168, 0.5);
}

.page-content {
	margin: auto;
	display: grid;
	place-items: center;
	font-size: 25px;
	margin-top: 200px;
}

.page-content * {
	padding: 10px;
}

.page-content p {
	font-family: 'Playfair Display', sans-serif;
	text-align: center;
	background-color: rgba(168, 168, 168, 0.5);
}

#page-content-style-gennos {
	font-family: "Libre Franklin", sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
}

#page-content-gennos-listennow {
	width: 30%;
}

#page-content-gennos-listennow img {
	max-width: 100%;
}