<title>Julio Music</title>
JULIOMUSIC
<iframe width="560" height="315"
src="
https://www.youtube.com/embed/H1MS6apBgzA?si=Q_bCkU99I9AoL1pJ"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-
write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-
when-cross-origin" allowfullscreen></iframe>
body {
color: white;
background: rgb(23, 2, 78);
margin: 0px;
font-family: "Chakra Petch", sans-serif;
margin-bottom: 100px;
}
header {
border-bottom: solid 2px rgb(42, 122, 228);
padding: 20px;
font-size: 32px;
color: rgb(238, 14, 14);
}
.chamada {
background: rgb(5, 238, 44);
padding-bottom: 80px;
padding-top: 80px;
display: flex;
justify-content: center;
}
.chamada-texto {
margin-right: 5%;
}
h1 {
font-size: 40px;
}
p {
font-size: 20px;
}
.categoria-videos {
display: flex;
overflow-x: auto;
gap: 10px;
}
.categoria {
padding-left: 20px;
padding-right: 20px;
margin-top: 50px;
}
.categoria-videos img {
opacity: 0.5;
height: 200px;
}
.categoria-videos img:hover {
opacity: 1.0;
border: 3px solid green;
}
.categoria h2 {
color: rgb(226, 13, 13);
}