body{
	color: white;
	background-color: #3F4455;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	line-height: 1.4em;
	margin: 0;
}

#entries{
	list-style-type: none;
}

a:link, a:visited{
	color: #A2AFDC;
	text-decoration: none;
}

a:hover{
	color: white;
}


#main-header{
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
}

.containter{
	margin: 12vw;
}
