body{
margin:0;
background:
linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),
#111;
background-size:48px 48px;
color:#ddd;
font-family:Georgia,serif;
}

.song-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.song-header h3 {
    margin: 0;
}

.download {
    font-size: 0.9em;
    text-decoration: none;
    opacity: 0.75;
    transition: opacity 0.2s;
}

.download:hover {
    opacity: 1;
}

h1 {
    text-align: center;
    font-size: 5rem;
    color: #c8a2ff;
    margin-bottom: 0.1em;
}

.pronounce {
    text-align: center;
    font-size: 1.4rem;
    color: #888;
    margin-top: 0;
    margin-bottom: 1.2em;
}

.tag {
    text-align: center;
    font-style: italic;
    color: #aaa;
}


.container{
max-width:850px;
margin:60px auto;
padding:20px;
}
.secret-title {
    color: inherit;
    text-decoration: none;
    font: inherit;
    cursor: default;
}

.secret-title:visited,
.secret-title:hover,
.secret-title:active {
    color: inherit;
    text-decoration: none;
}


.card{
background:#181818;
border:1px solid #444;
border-radius:12px;
padding:24px;
margin-bottom:30px;
box-shadow:0 0 18px rgba(0,0,0,.4);
}
a{color:#c8a2ff;text-decoration:none;}
footer{
text-align:center;
color:#777;
padding:30px;
}
audio{width:100%;}
