body{
    font-family: Arial Narrow, sans-serif;
    padding: 40px;
    color: #020;
    background-color: #CFCF33;
    font-size: larger;
}

a{
    color: #020;
}

h1,
h2,
h3{
    margin: 50px 0;
}

dl>dt,
dl>dd{
    margin: 10px 20px;
}
dl>dt{
    width: 300px;
    float: left;
}
dl>dd{
    margin: 10px 40px;
}

#site-links{
    border-radius: 7px;
    background-color: #000;
    height: 80px;
}
#site-links ul{
    float: left;
    clear: both;
    border-top: 1px solid #CCC;
    width: 500px;
    padding: 10px 0;
}
#site-links ul>li{
    display: inline-block;
}

.artist-linkbox{
    border: 2px solid #773;
    border-radius: 7px;
    display: inline;
    margin-left: 10px;
}
.artist-linkbox a{
    text-decoration: none;
}
.artist-linkbox a>span{
    display: none;
}
.artist-linkbox a::before{
    font-weight: bolder;
    font-family: "Arial Black";
    font-size: 22px;
    margin-right: 4px;
}
/* https://www.utf8icons.com/character/128363/bullhorn */
.artist-linkbox a.music-repo::before{
    content: "\1F56B";
}
/* https://www.utf8icons.com/character/127986/black-pennant */
.artist-linkbox a.home::before{
    content: "\1F3F2";
}
/* https://www.utf8icons.com/character/128253/film-projector */
.artist-linkbox a.video::before{
    content: "\1F4FD";
}


footer#site-footer{
    margin: 150px 0;
}

img{
    border: 8px solid #BA9;
    border-radius: 16px;
}
body img.main{
    width: 100%;
}
pre{
    padding: 30px;
    margin-left: 20px;
}
.not-code{
    font-family: Tahoma, sans-serif;
}
pre .info{
    background: #7BC2EC;
    padding: 30px;
}
pre>code.not-code{
    display: flow-root;
    border-radius: 6px;
}
