body {
	font-family: Consolas, monospace;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1rem;
}

pre {
	font-family: Consolas, monospace;
	font-size: 1rem;
}

table, th, td {
	border: 1px;
}

ul {
	list-style-type: none;
	margin-bottom: 10px; /* Adjust the value to increase or decrease spacing */
}

li {
    margin-bottom: 10px; /* Adjust the value to increase or decrease spacing */
}

a {
  font-weight: bold;
}
