@use 'fonts.scss';
* {
color: #f0f0f0;
}
html {
background: #0e0614;
}
header {
text-align: center;
}
header h1 {
font-style: italic;
}
nav a {
padding: 0 0.1rem;
}
footer {
text-align: center;
}
h1 a {
text-decoration: none;
}
code {
overflow-wrap: anywhere;
}
.content {
max-width: 50rem;
text-wrap: pretty;
margin: auto;
}