body {
    font-family: Roboto,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #24292e;
    background-color: #22272f;
}

.site-bg {
    display: none;
}

@media (min-width: 321px) {
    .site-bg {
        position: absolute;
        overflow: hidden;
        z-index: -1;
        height: 200%;
        width: 200%;
        top: -50%;
        left: -50%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-color: #000;
        display: block;
        position: fixed;
    }
    .site-bg img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        min-width: 55%;
        min-height: 55%;
        margin: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        max-width: none;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        opacity: 0.7;
    }
}

.layout {
    margin: 0 auto;
    max-width: 320px;
    position: relative;
    width: 100%;
}

.layout .artwork {
    display: block;
    width: 100%;
}

.layout header {
    background-color: #181818;
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    position: relative;
}

.layout header h1 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
    color: inherit;
}

.layout header p {
    margin: 5px 0 0;
    font-size: 1.4em;
    color: inherit;
}

.layout .music-services > a {
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    background-color: #fff;
    border-radius: initial;
    -webkit-box-shadow: inset 0 -2px 9px 0 rgba(0,0,0,.06);
    box-shadow: inset 0 -2px 9px 0 rgba(0,0,0,.06);
    text-decoration: none;
    display: block;
    text-align: center;
    -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    transition: background-color .3s ease,box-shadow .3s ease;
    transition: background-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;
    padding: 14px;
    position: relative;
    z-index: 0;
}

.layout .music-services > a > img {
    display: block;
    height: 40px;
    margin: 0 auto;
}
