* {
	margin: 0;
	box-sizing: border-box;
}	
body {
	background-color: #e6e1b3;
}
pre {
	font-family:"Times New Roman";
	padding:16px;
}
a {
	text-decoration: none;
}
