.extended.box::before {
    content: "THE BEST MYSPACE PROFILE EVER!!!";
    font-size: 50px;
    color: blue;
    text-shadow: 4px 4px black;
    font-weight: bold;
}

body {
    background: url(https://i.imgur.com/KK2tlhw.png);
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    color: #000;
}

#container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(45deg, #0021ff7a, #a9ffca99);
    border: 4px solid black;
}

h2#name {
    font-size: 80px;
    color: red;
    text-shadow: 8px 8px black;
}

.extended {
    border: 8px solid #000;
    background: #0000ff5c;
}

.boxInfo {
    border: 4px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #ff000042;
}

a.logo {
    font-size: 0px;
}
a.logo::before {
    font-size: 15px;
    content: "THE BEST WEBSIT EVER!1!!1!";
    font-weight: bold;
}

.tableLeft {
    background: #00000085;
}

.tableRight {
    background: #ffffff85;
}

.player {
    filter: invert(1);
}
