4. Add a background image that deals with favorites. It can be a full page if it looks good or add multiple backgrounds
https://www.w3schools.com/css/css3_backgrounds.asp
5. Add a podcast that deals with your favorites. Use spotify
6. Put your podcast into a division class and float left. Put the below code under style
.city {
background-color: tomato;
color: white;
border: 2px solid black;
width:400px;height:350px;
"float:left;
margin: 600px;
padding: 20px;
}
Under your paragraph put the div class in
<div class="city"><iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/1YheFC2dWcuePcJaTFnEHU?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>