@font-face {
  font-family: timesnewyorker;
  src: url("../fonts/times_new_yorker.ttf");
}

body{
  width:100%;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  background-image:url("../backgroundimages/oceanlight.jpg");
}

#backbutton{
  width:20%;
  max-width:50px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  margin-top:20px;
  padding-left:25px;
  padding-right:20px;
  background-image:url("../backgroundimages/oceandark.jpg");
  border-radius:20px;
}

#backbutton p{
  color:white;
  padding:10px;
}

#backbutton a{
  color:white;
  text-decoration:none;
}

#backbutton a:hover{
  color:white;
  text-decoration:underline;
}

.audiosection{
  width:90%;
  max-width:610px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  margin-top:20px;
  padding-left:25px;
  padding-right:20px;
  background-image:url("../backgroundimages/oceandark.jpg");
}

.audiosection iframe{
  width:600px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}

.audiosection h1{
  background-image:url("../backgroundimages/oceanlight_bright.jpg");
  margin-top:0px;
  margin-bottom:0px;
  padding:10px;
  font-family:timesnewyorker;
}

.audiosection p{
  background-image:url("../backgroundimages/oceanlight_bright.jpg");
  padding:10px;
}

.audiosection details{
  background-image:url("../backgroundimages/oceanlight_bright.jpg");
  padding:10px;
}