<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-podcast{

  display:flex; 
  padding: 0px 10%; 
  justify-content:center; 
  align-items:center;
}



.content-podcast span h1{
  color:white;
  font-size:22px;
}
.content-podcast span h3{
  color:white;
  font-size:20px;
}

.content-podcast span p{
  color:white;
  font-size:16px;
}</pre></body></html>