html, body {
	background: #000;
	color: #fff;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	line-height: 1.4;
	overflow: none;
}

a {
	color: #9ecbff;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

ul,
ol {
	list-style-type: square;
}

.word-grid {
	list-style-type: square;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
	column-gap: 1.5rem;
	row-gap: 0.25rem;
}

li::marker {
	color: #9ecbff;
}

code, pre {
	color: #fff;
	background: transparent;
	font-size: 1em;
}

p {
	text-align: justify;
}
