    * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
   background-color: black; 
   color: white;
   font-family: Arial;
}

.navbar {
    margin-bottom: 0;
    padding-top: 0;
    background-color: #darkpurple;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity:0.8;
}
.navbar-toggle {
    z-index: 1060;
    float: right;
    margin-right: 15px;
}
.navbar li {
    display: inline-block;
}
.navbar li a, .navbar .navbar-brand {
    color: black !important;
    font-size: 1.5em;
}
.navbar-nav li a:hover {
    color: red !important;
    text-decoration: underline;
}

.navbar-nav li.active a {
    color: #lightyellow !important;
    background-color: darkslategrey !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: red !important;
}

p {
    color: whitesmoke;
    font-family: Arial;
    font-size: 1.1em;
}
p a {
    font-weight: bold;
    text-decoration: none;
    color: whitesmoke;
}
p a:hover {
    text-decoration: underline;
    color: peachpuff;
}
.container {
    width: 80%;
    height: auto;
    margin-top: 100px;
    padding: 35px;
    box-shadow: 0 4px 8px 0 slategrey, 0 8px 20px 0 salmon;
    border-radius: 15px;
    color: whitesmoke;
    font-family: Arial;
    font-size: 1.3em;
    text-align: left;
}
.container h1 {
    color: red;
    font-size: 2em;
    text-align: center;
}

a {
    color: lightyellow;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: peachpuff;
    text-decoration: underline;
}

footer {
    margin-top: 50px;
    color: whitesmoke;
    text-align: center;
}
.songtitle a {
    color: red;
    font-size: 1.5em;
    text-decoration: none;
}
.songtitle a:hover {
    color: black;
    text-shadow: salmon 5px 0 10px;
    }
.songtitle a:active {
    color: black;
}
.songtitle a:visited {
    color: black;
}