
body {
  background-color: #000000;
  background-image: url(../back%20the%20way.jpg);
}
.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
audio {
  width: 300px;
}
.style2 { color: #FFFF00; }
.style3 {
  color: #FFFF00;
  font-size: xx-large;
  font-weight: bold;
}
td { text-align: center; }
.zoom-img {
  overflow: hidden;
  display: inline-block;
}
.zoom-img img {
  transition: filter 0.4s ease;
  display: block;
  filter: brightness(0.85);
}
.zoom-img:hover img {
  filter: brightness(1.15) drop-shadow(0 0 8px rgba(180, 100, 255, 0.7)) drop-shadow(0 0 18px rgba(100, 180, 255, 0.4));
}
.audio-container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  }
a:link {
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
		text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #00CCFF;
	font-weight: bold;
		text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00FFFF;
}

  

