html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: black;
  color: white;
  font-family: "Jersey 15", sans-serif;
}

a {
color: white; 
text-decoration: none;
text-transform: uppercase;  
font-size: 2rem;
margin-top: 4rem; 
margin: 2rem; 
}

a:hover {
text-decoration: underline;
}

a:focus {
text-decoration: underline; 
}

h1, h2, h3 {
margin: 2rem; } 

h2 {
text-decoration: underline; }

p {
margin: 2rem; 
font-size: 1rem; 
}

li {
font-size: 1rem;
}


p {
font-size: 1.5rem;}

img {
width: 5rem; 
margin-left: 2rem; 
display: inline-block; 
}

.movies {
display: flex; 
flex-wrap: wrap; 
justify-content: space-evenly; 
gap: 2rem; 
}

.music {
display: flex;
flex-wrap: wrap; 
gap: 2rem; 
}

.books {
display: flex;
}