#header {
    background: red;
    border-bottom: white 20px solid;
}

#hSub {
    margin-top: 10px;
    background: blue;
}

body {
    background: url(https://i.imgur.com/Kceqbfc.gif);
    background-size: cover;
    background-attachment: fixed;
    font-family: sans-serif;
    font-size: 15px;
    color: red
}

#container {
    width: 50em;
    margin-top: 40px;
}

.extended {
    background: url(https://i.imgur.com/tV6kknm.gif);
    background-size: 20% 100%;
    image-rendering: pixelated;
}

.topLeft {
    background: #ff00004a;
    color: white;
    
    & td {
     display: flex;
     flex-direction: column;
    }
}

.boxInfo {
    display: flex;
    flex-direction: column;
    background: blue;
}

.boxHead {
    background: white;
    color: blue;
}
    
.boxButton {
    color: red;
}

.url {
    background: blue;
    border: 0px;
    
    & a {
        color: red !important;
    }
}

.avatar {
    width: 235px;
}

.topRight {
    background: #1000ff75;
}

.rightHead {
    background: red;
    color: white;
}

.tableRight {
    background: #4643ff57;
}

.tableLeft {
    background: #ff000059;
    color: red;
}
