@font-face {
    font-family: SourceCodePro;
    src: url(./fonts/SourceCodePro-VariableFont_wght.ttf);
}

body {
    margin: auto;
    font-family: SourceCodePro;
    font-size: 1em;
    background: #141414;
    color: white;
    width: 18em;
    text-align: center;
}

.release_title {
    line-height: 2em;
}
.stream_link_table {
    width: 100%;
}

.stream_link_table td {
    box-sizing: border-box;
    height: 2em;
    /* border-bottom: 1px solid black; */
}

.stream_link_table td:hover {
    /* border-bottom-color: #FFBB22; */
}


.stream_link_table td a {
    padding: 1em;
}

.stream_link {
    font-size: 1em;
    color: #FFAA11;
    text-decoration: none;
}

.stream_link span {
    color: #FF0077;
}

/* .tidal_link span { */
    /* color: #FF0077; */
/* } */

/* .spotify_link span { */
    /* color: #FF5500; */
/* } */

/* .apple_link span { */
    /* color: #FF5555; */
/* } */

/* .youtube_link span { */
    /* color: #FF0000; */
/* } */

img {
    width: 100%;
}
