<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.heading-greenblues h1 {
	color: #4A8C86;
	border-bottom: solid;
}

.heading-greenblues h2 {
	font-weight: normal;
}


.player-box {
	display: flex;
	align-items: center;
	margin:5% 0;
	justify-content: center;
}


.player-boxin {
	&amp;:first-child {
		background-color: #f1f1f1;
		padding: 1%;

		p {
			text-align: center;
		}

		img {
			display: block;
			margin: 0 auto;
		}

		h3 {
			text-align: center;
		}
	}

	&amp;:nth-child(3n) {
		background-color: #f1f1f1;
		padding: 1%;

		p {
			text-align: center;
		}

		img {
			display: block;
			margin: 0 auto;
		}

		h3 {
			text-align: center;
		}
	}
}
</pre></body></html>