
body {
	padding: 0;
	background-image: url('/images/background.png');
}

header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	text-align: center;
}

#mnl-avi {
	width: 180px;
	height: 180px;
	border-radius: 122px;
	padding: 16px;
	border: 3px solid #f88379;
	background-color: transparent;
}

h1 {
	color: white;
	font-family: Helvetica, Candara, Arial, sans-serif;
	font-weight: normal;
	text-shadow: #222 0 1px 1px;
}

article {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 4%;
}

article ul {
	padding: 0;
}

article ul li {
	list-style-type: none;
	display: inline-block;
	transition: opacity .3s ease-out;
	opacity: .7;
	margin: 0 4px;
}

article ul li:hover {
	opacity: 1;
}
