footer{
	text-align: center;
	background-color: steelblue;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: black;
}
h1{
  color: black;
  background-color: lightblue;
  text-align: left;
  letter-spacing: 0px;
  border-top: 3pt solid steelblue;
  border-bottom: 3pt solid steelblue;
  border-radius: 20px;
  padding: 2px;
  width: 40%
}
section{
  color: black;
  background-color: lightblue;
  text-align: left;
  letter-spacing: 0px;
  border-top: 3pt solid steelblue;
  border-bottom: 3pt solid steelblue;
  border-radius: 20px;
  padding: 2px;
  width: 40%
}
audio{
  color: black;
  background-color: steelblue;
  text-align: left;
  letter-spacing: 0px;
  border-top: 3pt solid steelblue;
  border-bottom: 3pt solid steelblue;
  border-radius: 20px;
  padding: 2px;
  width: 40%
}
h4{
  border-bottom: 3pt solid steelblue;
  width: 16%
}
