		body {
			width: 100%;
			font-family: "Roboto Mono", monospace;
			margin: 40px;
			line-height: 1.6;
		}

		h1 {
			font-size: 2rem;
		}

		.container {
			max-width: 700px;
		}

		table {
			width: 100%;
		}

		.capwidth * {
			max-width: 150px;
		}
