@font-face {
	font-family: COmmit;
	src: url(../Commit.woff2);
}

.cb {
	border: 1px solid black;font-family:monospace;display:block;width:100%;
}

#l {
	color: grey;
}

.ptag {
	float: right;
	border: 1px solid black;
	background: #ace1af;
	cursor: default;
}

body {
 	background: #f4f6f8; /*#f6f4e2;*/
	color: #260c15;
	font-family: Commit;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

b {
	font-family: Commit;
}

.back {
	color: grey;
	text-decoration: none;
	float: right;
}

a {
	color: #260c15;
	display: inline-block;
	font-family: Commit;
}

a:hover {
	background-color: #fff;
 	background-image: radial-gradient(#000 1px, transparent 1px); 
	background-size: 1.5px 1.5px;
	color: #fff;
	text-decoration: none;
}

.art {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1in;
	max-width: 420px;
	overflow-wrap: break-word;
}
