/*additional css for inherited canvas theme*/

body {
    grid-template-columns: 1fr min(45rem, 90%) 1fr;
}

body > header p {
  font-size: 1.5rem;
}

nav {
	display: none;
}

h4 {
	color: var(--text-light);
}

hr {
	border-bottom: 1px solid var(--border);
	width: 100%;
}
