* {
	margin: 0;
	padding: 0;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.content {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}
.list {
	margin: 12px;
	max-width: 430px;
	width: 430px;
	background-color: #FFCDDD;
	color: #142F43;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
	box-shadow: 10px 10px #00000044;
}
.side {
	margin: 12px;
	max-width: 120px;
	width: 120px;
	background-color: #FFCDDD;
	color: #142F43;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
	box-shadow: 10px 10px #00000044;
}
.list p {
	margin-bottom: 6px;
	font-size: 12px;
}
a {
	font-weight: bold;
}
a:visited {
	color: #142F43;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px 0px 24px
}