body {
transform: rotate(0.8deg);
background: #A299C4;
}

h2#name::after {
    content: " ";
    position: absolute;
    background: url(https://i.imgur.com/ECpjBDS.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 75px;
    left: 218px;
}


#header {
    background: #a299c4;
}
#hSub {
    background: #bcb3e2;
}