body {
	color: #ffffff;
	background-color: #22272e;
	font-family: "Noto Sans", "Roboto", "Segoe UI";
	width: 70%;
	max-width: 50%;
	font-size: 17px;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 2%;
}

a {
    color: lightblue !important; /* Make the text light blue */
    text-decoration: underline; /* Ensure links are underlined */
    text-decoration-color: lightblue; /* Make the underline match the text color */
}

code {
	font-family: "Cascadia Mono", "Courier New";
}

header {
	text-align: center;
	margin: auto;
}

summary {
	font-size: 20px
}

tt {
	font-family: "Cascadia Mono", "Courier New";
}