*{
	font-family: "Comic Sans MS",Courier;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	background: #771e09;
}

a {text-decoration: none; color: #ffff00;}
a:hover {text-decoration: underline;}

.description{
	display: table;
	margin: 22px auto 11px auto;
	padding: 11px 22px;
	text-align:justify;
	border-radius: 11px;
	background: #551d10			
}
