.navbar {
    box-shadow: 0 2px 5px 2px;

}

#profile{
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.navbar-brand{
    font-weight: bold;
    font-size: xx-large;
}

.display-container {
    margin: 0 auto;
}

h2{
    margin-left: 20px;
    padding-bottom: 2px;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.home-container {
    width: 90%;
    margin: 0 auto;
}

.top-tracks {
    box-shadow: 0 0 5px 2px;
    color:black;
    background-color:#007BFF;
}


.track-display {
    padding: 20px;
    border-top: solid 1px black;

}

.track-img{
    box-shadow: 0 0 3px 2px;
}

.track-name {
    padding-left: 20px;
    display: inline;
    color: white;
    text-transform: capitalize;
}

.play-btn {
    background-color: orange;
    color: white;
    font-size: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
}

h3 {
    color: #fff;
}

.footer-top {
    background-color: #111;
    padding:  80px 0;
}

.segment-one h3{
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;

}

.segment-one h3::before {
    content: '|';
    color: #c65039;
    padding-right: 10px;
}

.segment-one ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.segment-one ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.segment-one ul li a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

.footer-bottom-text {
    text-align: center;
    background: #000;
    line-height: 75px;
    color: white;
}
