body {
max-width: 48em;
margin-left: auto;
margin-right: auto;
background-color: #131516;
color: white;
}
p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
a:link {
color: #008ECC;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #008ECC;
background-color: transparent;
text-decoration: none;
}