body {
    font-family: sans-serif;
    background-color: rgb(255, 228, 196);
    max-width: 1200px;
    margin: 0 auto 0 auto;
    background-image:url(rocks.jpg);
    background-size: 50%;
    background-attachment: fixed;
}
#profile-image{
    float:right;
    width:50%;
    padding-left:20px;
}
#profile-image img{
    width:100%;

}
#content {
    padding:40px;
    background:rgb(255, 228, 196);
    /* max-width: 1200px;
    margin: 0 auto 0 auto; */
}
#about h1, #about p, #contact p{
    text-align:center;
}

.name-font{
    font-family: 'Berkshire Swash', cursive;
    font-size: 30px;
}
#name{
    font-size:40px;
}
a:link{
    color:darkslategrey;

}
a:visited{
    color:#6a5acd;

}
a:hover{
    font-weight:bold;
    color:cornflowerblue;

}
a:active{
    color:#8a2be2;

}
#about{
    padding-bottom:50px;
}

.music, .bull{
    list-style: none;
}
.music li{
    padding-bottom:10px;
}
.bull{
    padding-top:10px;
}