/* {font-size:13pt;font-weight:normal;} */

body {
		margin: auto;
			padding: 1em;
				max-width: 64em;
					font-family: "courier new", monospace;
						color: #fb5;
							background: #111;
								word-wrap: break-word;
							}
							a {
									text-decoration: none;
										color: #f70;
											font-weight: bold;
												padding-right: 0.25em;
											}
											a:hover {color: #f20;}
											hr {
													border-color: #fb5;
												}

												h1 {
														text-transform: uppercase;
																color: #fb5;
																		font-family: monospace;
																	}

																	h2,h3,h4,h5,h6{
																		        border-bottom: .1em solid #fb5;
																		}

																		/* THEGOODS */
																		#unix::before {
																				content: "> ";
																			}
																			@media (prefers-reduced-motion: no-preference) {
																					@keyframes flash {
																								50% { opacity: 0; }
																									}
																										@keyframes reveal {
																													from { width: 2em; } /* Width of ::before */
																															  to { width: 100%; }
																															  	}
																																	#unix {
																																				overflow: hidden;
																																						white-space: nowrap;
																																								animation: reveal 4s linear;
																																									}
																																										#unix::after {
																																													content: "|";
																																															animation: flash 0.75s step-end infinite;
																																																}
																																																/* Mobile */
																																																@media (max-width: 768px) {
																																																		td {
																																																					display: block;
																																																						}
																																																					}
