/* =========================================
BODY
========================================= */

body{

margin:0;

background:#000;

color:#ffffff;

font-family:'VT323', monospace;

}

/* =========================================
TITLE
========================================= */

h1{

text-align:center;

font-size:56px;

font-weight:normal;

margin-top:30px;

margin-bottom:30px;

}

/* =========================================
SONG LIST
========================================= */

.song-list{

width:700px;

margin:0 auto;

font-size:38px;

line-height:1.45;

}

.song-list li{

margin-bottom:6px;

text-align:center;

}

.song-list a{

color:#ffffff;

text-decoration:none;

transition:.2s;

}

.song-list a:hover{

text-decoration:underline;

color:#d5b9ff;

}