*, html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363767;
	font-size: 10px;
}
section {
  max-width: 48rem;
  margin: auto;
}
p, h1, nav {
  	margin: 1rem;
}
h1{
  font-size: 6rem;
}
p{
	font-size: 1.6rem;
}
p>a{
  font-size: 1.6rem;
}
p>strong{
  font-size: 1.6rem;
}
nav a{
  font-size: 2.4rem;
  font-weight: bold;
}
figure {
  height: 14rem;
  border-bottom: 6px solid red;
  padding: 1rem;
  background-color: #cfcfcf;

}
figure h2 {
  font-size: 2.4rem;

}
figure audio{
  width: 100%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
  font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.albums {
  text-align: right;
}
.s10 {font-size: 10px}
