/* WHOLE ASS PAGE */ 
html { background-color: #1B1B1B;font-family: 'Roboto';}
nav { background-color: #121212;padding-left: 0px;margin-left: 0px;}
body { color: #EFEFDA;font-family: 'Roboto';} 
hr { border: none;height: 2px; background-color: #3F3F3F; }

/* PAGE TITLE 		 ( <h1> is always page title ) */
h1 { color: #EDB600; font-family: 'Roboto Medium';font-size: 200%;text-align: center;}


/* CLICKABLE LINKS */ 
a:link		{ color: #7F91E2; text-decoration: none; }
a:visited	{ color: #7F91E2; text-decoration: none; }
a:hover		{ color: #7F91E2; text-decoration: underline;}
a:active	{ color: #7F91E2; text-decoration: none; }



/* POSTS */
#post {
	display: flex; justify-content: center; margin: 0; padding: 0;
}
#post_content {
	padding: 5px; border: 1px solid #3F3F3F;
}
#post_img {
	display: flex; justify-content: center; margin: 0; padding: 0;
}
#post_text {
	
}




/* MOBILE STUFF */

@media (max-width: 980px) {
    #avatar {
        width: 50%; 
    }
	#links-container {
		margin-left: -120px;
	}
}