.topLeft,.topRight{margin-top:96px;}
#name{text-align:center;position:absolute;top:65px;width:100%;left:0;font-size:36px;}

#avatar{background-color:#181818a2;border-radius:100%;animation:roll 4s linear infinite;border:4px solid #234a21;}

#header{background:#362706!important;}
#hSub{background:#234a21!important;}


.logo{
      font-size:0;
}

.logo::after{
    content:"<33";
    text-shadow: 2px 2px 4px #000;
    color: #234a21;
    line-height: 10px;
    font-size: 20px;
    padding: 70px;
}
body {
    color: white;
    background-color: #464E2E;
    background-size: cover;
    background-attachment:fixed;
    font-family: monospace;
}