@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

/* ------------------all---------------------------- */
body {
	background-color: #202124;
	color: white;
	font-family: 'Roboto', sans-serif;


}

/* --------------main page----------------------- */
#profiles {
	border: 4px solid #3f4147;
	text-align: center;
	border-radius: 20px;
	padding: 20px;
	width: fit-content;
	height: fit-content;


}

#main {
	text-align: center;



}

.profile-logo {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	height: 100px;


}


.profile-anchor {
	font-weight: bold;
}

/* unvisited link */
.profile-anchor:link {
	color: rgb(78, 207, 78);
}

/* visited link */
.profile-anchor:visited {
	color: green;
}

/* mouse over link */
.profile-anchor:hover {
	color: darkgreen;
}

/* selected link */
.profile-anchor:active {
	color: rgb(0, 68, 0);
}


/*--------------------------- privacy policy ------------------------*/

#privacy {
	border-style: 10px white;
	margin: 0 10% 0 10%;
	border-width: 5px;
	border-style: solid;
	border-color: #3f4147;
	padding: 5px;
}


#copyright {
	text-align: center;
}