/* Override this file to customise the theme's CSS for your site */
@import 'syntax.css';
.content__header {
	font-size: 30px;
	text-decoration-line: underline;
	justify-content: center;
	display: flex;
	background: var(--bg);
	float: center;
}

.page__body {
    grid-area: body;
    background-color: var(--off-bg);
    box-shadow: 0 0 0 0rem var(--off-bg);
    overflow-wrap: break-word;
}

.content__body {
    grid-area: body;
    background-color: var(--off-bg);
    box-shadow: 0 0 0 1rem var(--off-bg);
    overflow-wrap: break-word;
}
