body{
    background-image: url(../Images/music.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
h1{
    font-family: 'Rock Salt', cursive;
    color: white;
    text-align: center;
    font-size: 4em;
    margin-top: -10px;
}
img.rock{
    width: 400px;
    height: 400px;
    margin-left: 60px;
    border-radius: 20px;
}
img.rock:hover{
    width: 300px;
    height: 300px;
    border-style: double ;
    border-color: white;
    box-shadow: 10px 10px 10px violet;
    border-width: 10px;
}
img.pop{
    width: 400px;
    height: 400px;
    margin-left: 100px;
    border-radius: 20px;
}
img.pop:hover{
    width: 300px;
    height: 300px;
    border-style: double ;
    border-color: white;
    box-shadow: 10px 10px 10px yellow;
    border-width: 10px;
}

img.rb{
    width: 400px;
    height: 400px;
    margin-left: 100px;
    border-radius: 20px;
}
img.rb:hover{
    width: 300px;
    height: 300px;
    border-style: double ;
    border-color: white;
    box-shadow: 10px 10px 10px orange;
}
p.back{
color: white;
font-family: "Arial Black";
font-size: 1.5em;
margin-left: 20px;
letter-spacing: 1em;
margin-top: 30px;

}
a:link{ color:white;text-decoration: none;}
a:visited{color: gray;text-decoration: none; }
a:hover{color: indianred; cursor: hand  ; text-decoration: none; }
a:active{color:#966F33;  font-weight: bold;}
