body {
	background-color: #defffd;
}

.meat {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: rgb(12, 0, 47);
	/*border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;*/
	box-shadow: 4px 4px 5px #000000;
	padding: 30px;
	color: rgb(12, 0, 47);
}

.meat a:link, .meat a:visited {
	color: #defffd;
}

.meat a:hover {
	text-decoration: none;
	color: white;
}

.sub {
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 400; 
	color: #defffd;
}

.copyright {
	font-family: 'Source Code Pro', sans-serif;	
	font-size: x-small;
	color: rgb(12, 0, 47);
	text-align: center;
	padding-top: 20px;
}

.copyright a:link, .copyright a:visited {
	color: rgb(12, 0, 47);
}

.copyright a:hover {
	text-decoration: none;
}