:root
{
  --background: #ecc635;
  --text: rgb(237, 28, 36);
}

html
{
  background: var(--background);
}

body
{
}

a
{
	text-decoration: none;
}

h1, h2
{
	font-weight: normal;
	font-size: 3.75rem;
	text-align: left;
	margin: 0 0 1rem 0;
}
h2
{
	font-size: 3rem;
}

header
{
	margin: 0 auto;
	text-align: left;
}

header img
{
	margin: 2rem auto 0 auto;
	width: 100%;
	height: auto;
}

main
{
	margin: 0 auto;
}

header,
main
{
	max-width: 90rem;
}

@media (min-width: 670px)
{
	header,
	main
	{
		max-width: 67rem;
	}
}

.copy
{
	columns: 1;
}

#music .list,
#music .list-item
{
  list-style: none;
  padding: 0;

}

#music .list
{
  display: flex;
  gap: .5em;
  margin: 1em auto;
  flex-flow: column;
  flex: 1 1 auto;
  text-align: center;
  z-index: 1010;
  max-width: 90rem;
 }

 .list#music-stream
 {
	 flex-flow: row wrap;
 }

#music .list-item
{
	font-size: 85%;
	flex: 1 1 auto;
	border-radius: 0.5em;
	padding: 0.5em 0.5em;
	background: var(--text);
	color: var(--background);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

#music .list .list-item a
{
	color: white;
	display: block;
	width: 100%;
	height: 100%;
}

#music #link-steam
{
	margin-bottom: 3rem;
}
