*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	
	background-color: #8e5db2;
	
	font: 1em "Verdana", sans-serif;
	text-align: center;
	color: #3c2451;
}
h1{
	font:2em "Verdana", sans-serif;
}
h3{
	font: 1.2em "Verdana", sans-serif;
}

#logo_main{
	width: 300px;
}

header{
	width: 100%;
	height: 100px;
	/*background-color: white;*/
}
/*content{
	width: 100%;
	background-color: black;
}*/
footer{
	width: 100%;
	height: 100px;
	/*background-color: white;*/
}


a{
	font:2em "Verdana", sans-serif;
	color: #3c2451;
}
a:link, a:visited{
	color: #3c2451;
	text-decoration: none;
}
a:hover, a:active{
	color: black;
}

#socials{
	background-color: #9c72c1;
	padding: 10px 0px;
	margin-top: 40px;
}

#socials img{
	margin: 0px 5px;
	width: 80px;
	opacity: 0.5;
}

#socials img:hover{
	opacity: 1;
}