body {
  color: white;
  font-family: Verdana;
  background-image: url('cool.jpg');
}
h3 {
  color: white;
  text-align: center;
}
h1{
  color: white;
  text-align: center;
}
a{
  color: yellow;
  text-align: center;
} 
p{
  color: white;
  text-align: center;
}
audio{
  text-align: center;
}
img{
  display: block;
  margin: auto;
  border: 5px;
  border: floralwhite;
}