body {
    background: url(https://i.imgur.com/4AkHA7E.png);
    color: white;
}

h4 {
    color: #ff37a0;
}

.rightHead {
    background: #ffc4ef;
    color: #cc6633;
}

.boxHead {
    background: #ffc4ef;
    color: #ff37a0;
}

#header {
    background: #f966ff;
}

#hSub {
    background: #d466ab;
}

.tableLeft {
    background: #d775ff;
}

.tableRight {
    background: #d775ff;
}

.tableLeft img {
    max-height: 300px;
    filter: sepia(1) hue-rotate(282deg);
}

.boxButton {
    color: #9900ff;
    text-decoration: underline;
}

.fwiendFace img {
    filter: sepia(1) hue-rotate(282deg);
}

.avatar {
    border: 6px solid #5e3658;
    border-radius: 100%;
}

.songName {
    padding-top: 40%;
    color: #ff38ca;
    text-shadow: 2px 2px 1px black;
}

.player {
    background: url(https://media.tenor.com/06gR6YNAA6IAAAAS/family-guy-cartermiroquai.gif);
    background-size: 100% 100%;
    color: #000;
    border: 1px solid #999;
    filter: sepia(1) saturate(1.5) hue-rotate(259deg);
}

.boxButton {
    color: #9900ff;
    text-decoration: underline;
    filter: sepia(1) hue-rotate(310deg);
}

.blog {
    background-color: #e3b2ff;
    padding: 15px;
}

#container {
    max-width: 1024px;
    margin-left: auto;
    border: 10px solid #b274a9;
    background: #c58dbc7d;
    margin-right: auto;
}