body, html {
    max-width: 1500px;
    margin: auto;
    background: black;
}
h2 {
    font-family: 'Quicksand', sans-serif;
}
p {
    font-family: 'Quicksand', sans-serif;
}
nav {
    background-color: rgba(0, 0, 0, 0.493);
}
.navbar-brand img {
    height: 100px;
}
nav a:hover {
    text-decoration: none;
    color: #484848;
}
nav a {
    font-size: 24px;
    font-family: 'Permanent Marker', cursive;
    filter:drop-shadow(2px 2px 2px black);
}
nav li a {
    color: white;
}
nav li {
    padding: 0 10px;
}
/* .navbar-brand {
    filter:drop-shadow(2px 2px 1px white);
} */
nav .fa {
    color: white;
    font-size: 30px;
}
.playlist-container {
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    margin: 40px 0px 0px 0px;
    border-radius: 50px;
}
.playlist-container li {
    text-decoration: none;
    list-style-type: none;
    
}
.playlist-container a {
    color: white;
    font-size: 2vw;
}
.playlist-container a:hover {
    color: #888686;
    text-decoration: none;
}
.playlist-container a:target {
    color: red;
}
.thumbnail {
    height: 25vw;
    float: right;
    border: solid white 2px;
}
.album {
    border-bottom: solid white 3px;
    padding: 20px 120px 20px 120px;
    color: white;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
}
.title {
    /* font-family: 'Cinzel', serif; */
    margin-bottom: 20px;
}
.track {
    font-family: 'Quicksand', sans-serif;
}
.posters {
    height: auto;
    margin: auto;
    padding: 0 40px;
    margin-top: px;
}
.posters img {
    height: 20vw;
    margin: 40px 20px;
}
.posters img:hover {
    filter: drop-shadow(5px 2px 2px black);
}
footer {
    height: 100%;
    background: #363636;
    padding: 0%;
    margin: 0%;
    color: white;
    border-radius: 30px 30px 0px 0px;
}
.face-icon img {
    height: 10vw;
    max-height: 200px;
    margin-top: 20px;
}
.social-media {
    margin-top: 50px;
}
.social-media .fa {
    font-size: 40px;
    margin: 0 20px;
    color: white;
}
.social-media .fa:hover {
    color: rgb(56, 129, 238);
}
.gradient-wallpaper {
    background: linear-gradient(45deg, black, rgb(75, 75, 75), rgb(46, 46, 105));
}