@charset "UTF-8";
/* CSS Document */

#container{
	margin:0 auto;
	width:310px;
	height:600px;
	margin-top:5%;
}

#logo{
	width:310px;
	height:200px;
	float:left;
}
	
p, a, a:visited{
	font-family:'nunitoregular';
	font-size:20px;
	font-weight:100;
	color:#a8a9ad;
	text-align:center;
	line-height:30px;
	margin:0;
	padding:0;
}

a:hover, a:active{
	color:#483092;
}

h1{
	font-family:'nunitoregular';
	font-size:30px;
	font-weight:100;
	color:#483092;
	text-align:center;
	line-height:50px;
	margin:10px 0 0 0;
	padding:0;
}

img{
	margin:5px;
}

::selection{
	background:#483092;
	color:#fff;
}