body {
    background: #333131;
    color: White;
    font-family: Montserrat;
    line-height: 2em;
}
/* Some custom styles to beautify this example */
.content{
    /*padding: 15px;                                                                                                   
    font-size: 18px;*/
}
.content.bg-alt{
    /*background: #454141;*/
}
header {
    height: 40px;
}
header h2 { 
    text-align:center; 
    font-family: Sixtyfour;
}
.releaseinfo {
    /*font-style: italic;*/
}
a {
    background-color: #171717;
    color: White;
    padding: 0 2px;
}
.lyrics {
    text-align: center;
    font-style: italic;
}
.release {
    margin: 50px 0;
}
.release.bg-alt,  .release.bg-alt a {
    background: #292929;
}    
/*.photos img:nth-of-type(1) {
    padding: 0;
}*/
.photos img {
    padding: 12px 0;
}

@font-face {
    font-family: "Sixtyfour";
    src:
        local("Sixtyfour"),
        url("fonts/Sixtyfour.woff2") format("woff2");
}

@font-face {
font-family: "Montserrat";
src:
    local("Montserrat"),
    url("fonts/Montserrat.woff2") format("woff2");
}   

.images div {
    margin: 5px 0;
}