body{

margin:0;

background:#080808;

color:#eee;

font-family:
Arial,
"Microsoft YaHei",
sans-serif;

}


.container{

width:620px;

max-width:90%;

margin:100px auto;

}



header{

text-align:center;

}



.sub{

font-size:12px;

letter-spacing:6px;

color:#777;

}



h1{

font-size:40px;

font-weight:300;

letter-spacing:12px;

margin:25px 0;

}



.line{

height:1px;

background:#333;

}



.song{

margin-top:55px;

}



h2{

font-size:20px;

font-weight:300;

line-height:1.5;

}



audio{

width:100%;

filter:brightness(.8);

}



footer{

margin-top:100px;

text-align:center;

font-size:11px;

letter-spacing:5px;

color:#555;

}