body{
    margin: auto;
    background-image: url(bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar{
    margin-top: -25px;
    background-color: rgb(0,0,0,0.5);
    box-shadow: 2px 3px 5px black;
}
.title{
    margin-left: 48px;
    color: white;
    font-size: 18px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
.links{
    word-spacing: 12px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px;
    padding-bottom: 12px;
}
a:link{
    text-decoration: none;
    color: white;
}
a:active{
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: white;
}
a:visited{
    text-decoration: none;
    color: white;
}
.welcome{
    padding-left: 15px;
    text-align: center;
    margin-top: 144px;
    margin-bottom: 12px;
}
#Hello{
    font-family: Merriweather, serif;
    font-weight: bold;
    font-size: 45px;
    margin-top: 144px;
}
.playlist{
    word-spacing: 65px;
    font-size: 45px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin-top: 144px;
    margin-bottom: 500px;
}
.playlist a:link{
    text-decoration: none;
    color: black;
}
.playlist a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.playlist a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.playlist a:visited{
    text-decoration: none;
    color: black;
}
.container {
    border-radius: 15px;
    border-color: black;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3px 5px black;
    margin: 48px; 
    margin-top: 600px;
}
.Opm div{
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
}
.RnB div{
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
}
.Hip_Hop div{
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
}
.song {
    margin-top: -500px;
}
h2{
    text-align: center;
}
h3{
    margin-top: 96px;
    margin-left: 48px;
    margin-bottom: -35px;
    font-size: 45px;
    font-family: Merriweather, serif;
    font-weight: bolder;
    word-spacing: 10px;
}
p{
    margin-top: 24px;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    text-align: center;
}
#Song1{
    margin: 68px;
    text-align: center;
}
#Song2{
    margin: 68px;
    text-align: center;
}
#Song3{
    margin: 68px;
    text-align: center;
}
#Song4{
    margin-right: 68px;
    margin-left: 97px;
    text-align: center;
}
#Song5{
    margin: 68px;
    text-align: center;
}
#Song6{
    margin: 68px;
    text-align: center;
}
#Song7{
    margin-right: 68px;
    margin-left: 97px;
    text-align: center;
}
#Song8{
    margin: 68px;
    text-align: center;
}
#Song9{
    margin: 68px;
    text-align: center;
}
img{
    text-align: center;
    width: 295px; 
    height: 400px;
    margin-top: 48px;
    border: 7px groove black; 
}
.nav {
    text-align: left;
    margin: 48px;
    margin-top: -99px; 
}
.nav a {
    display: inline-block;
}
.nav img {
    width: 125px;
    height: 125px;
    border-radius: 15px;
    border: 7px groove black; 
    box-shadow: 2px 3px 5px black;
}
.nav img:hover{
    box-shadow: 5px 5px 5px 5px gray;
}
.footer{
    font-family: Merriweather, serif;
    word-spacing: 10px;
    text-align: center;
    text-decoration: none;
}
.footer a:link{
    text-decoration: none;
    color: black;
}
.footer a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.footer a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.footer a:visited{
    text-decoration: none;
    color: black;
}
.place{
    word-spacing: 5px;
}