.body-cat-music {
background: black url('bg-cat-music.jpg') no-repeat fixed center; color: #cccccc;
text-decoration: none;
}

.cat-music-textbox {
background-color: rgba(0, 0, 0, 0.8);
color: white;
font: 14px bold arial, sans-serif;
border-radius: 20px;
width: 90%;
height: 90%;
margin: 0 auto;
padding: 15px;
text-align: justify;
}

.datecolor {
color: yellow;
font-weight: bold;
}

.cat-music-textbox a:visited {
color: #cccccc;
}

.cat-music-textbox a:link {
color: #cccccc;
text-decoration: none;
transition: all 0.4s;
transition-timing-function: ease-in-out;
font-weight: bold;
}

.cat-music-textbox a:hover {
background: linear-gradient(lime, #222222);
color: gold;
font-weight: bold;
border-radius: 6px;
}

ol {
list-style-type:circle;
}

