body {
    /* background: url(./background-texture.png); */
    background-color: #ddd0c0;
}
.satellite-friend-text {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#album-cover {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #3d3938;
    border-radius: 3px;
    cursor: pointer;
}
#social-media-icons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
}
.booking-link {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    color:rgba(0,0,0,1);
    padding: 0px;
    display:inline;
}
table, tr, td{
    /* border: 1px solid black; */
    table-layout: fixed;
    width: 100%;
}
#links {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text-link {
    font-family: 'Courier New', monospace;
    font-size: 25px;
    color:#74794c;
    display:inline;
    opacity: 1;
    cursor: pointer;
}
i {
    padding: 25px;
    color: #6c2b18;
}
#contact {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 10px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
#shows {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 20px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
#shows a {
    text-decoration: none;
    color:#6c2b18;
}
#music {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 20px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
.merch-picture {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid rgba(0,0,0,.4);
    border-radius: 3px;
}
.contact-picture {
    display: block;
    width: 250px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.youtube-video {
    width: 350px; 
    height: 315px;
}
.spotify-player {
    width: 350px; 
    height: 360px;
}
#label {
    font-size: 18px;
}
#email {
    font-size: 20px;
}
a {
    text-decoration: none;
}