:root {
	/*colors*/
	--c_blue: #3DAEE9;
	--c_dark: #31363B;
	--c_darker: #232629;
	/*ooooowwweeeee*/
	--c_green: #498201;
}

html, body{
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
}

body{
	background: var(--c_darker);
	color: white;
	font-family: Verdana, sans-serif;
	/*font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	margin: 0;
}

div.social_links {
	/*position: absolute;*/
	/*top: 0;*/

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
	/*height: 20rem;*/
	width: 60rem;
	max-width: 100%;
	max-height: 100%;
	
	/*
	height: 100%;
	width: 100%;
	*/

	/* background: green; */
	display: inline-flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

div.social_links > a > img {
	height: 5rem;
}

pre.oooweee {
	font-size: 0.5rem;
}