body{
    background-image: url(musicbackground2.jpg);
    
    background-attachment: fixed;
    background-position: center;
    
    font-family:"Courier Prime";
}

.musiccontainer{
    border: 5px black solid;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 1500px;
}

.musichead{
    position: relative;
    background-image: url(musicheadback.jpeg);
    max-width: 1000px;
    text-align: center;
    height: 100px;
    border-radius: 10px;
    border: 3px white solid;
}

.musichead h1{
    position: relative;
    top: 50px;
}



.Homelinks1 a{
    position: relative;
   
    
    width: 300px;
    margin-left: 1%;
    color: rgb(56, 56, 73);
    
   display: inline-block;
    bottom: 7px;

    height: 10px;
    margin-bottom: 30px;

    
    
    
}

.sitetags{
    position: relative;
    bottom: 30px;
    left: 270px;
}

.Box1{
    margin-left: 0px;
    margin-top: 30px;
    position: relative;
    display: block;
    background-color: rgb(137, 146, 173);
    width: fit-content;
    height: 280px;
    width: 340px;
    border: 3px rgb(165, 185, 203) solid;
    font-size: 14px;
    border-radius: 10px;
}

.Box1body{
    position: relative;
    margin-left: 2%;
    color: rgb(20, 17, 13);;
}

.Box1body p{
    position: relative;
    right: 30px;
}

.Box1head p{
    position: relative;
    bottom: 4px;
    left: 3px;
}


.Box1head{
position: relative;
background-color: rgb(80, 91, 106);
width: fit-content;
font-size: 15px;
width: 340px;
border-bottom: 3px rgb(165, 185, 203) dotted;
line-height: 1px;
padding-top: 3px;
padding-bottom: 1px;
border-radius: 10px;
color: rgb(230, 232, 242);
height: 20px; 
}

.Playlist1{
    position: relative;
    bottom: 270px;
    left: 370px;
    display: inline-block;
    
    width: 600px;
    height: 300px;
    margin: 0px;
}

.Playlist1 iframe{
    border: 3px black solid;
    border-radius: 12px;
}
