body { 
background-color: #222831; 
color: #EEEEEE;
font-family: "Lucida Console", "Courier New", monospace; 
}

div:not(.headerTop):not(.headerBottom) {
border-radius: 5px;

}

hr {
color: #9FD3C7;
}

.info, .contactInfoTop {
background-color: #393E46;
}

.avatar:hover {
display: block;
border-radius: 0px;
box-sizing: border-box;
background: url("https://media.discordapp.net/attachments/882003367512141935/892777050321064006/846442911431131156.png") no-repeat;
width: 128px;
height: 128px;
padding-left: 128px;
}

img { border-radius: 50%; } 


a { color: #00ADB5; }
