html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
	background-color : black;		
	color : gray;
}

#flags {
	display : block;
	margin-left: auto;
}

#title {
	height : 50px;
	color : darkgray;
}
 
#wrap {
	display : flex;
	justify-content : center;
	align-items : center;
	flex-direction : column;
}

#pic {
	margin-top : 24px;
}

#dudes {
	float : right;
	width : 400px;
	margin-left : 40px;
}

#content {
	width : 800px;
	font-size : 16px !important;
}

.menu {
	font-size : 24px;
	font-family: 'Roboto';
}

.menupoint {
	width : 200px;
	height : 28px;
	display : flex;
	justify-content : center;
	align-items : center;
}

#mainmenu {
	display : flex;
	flex-direction : row;
}

#submenu {
	position : absolute;
	background-color : dankgray;
	z-index : 3;

	display : flex;
	align-items : left;
	flex-direction : column;
}

a {
	text-decoration: none;
}