html {
/* overflow-y needed for chromium browsers to not shift */
overflow-y: scroll;
background-image: url("/bg.webp");
background-repeat: repeat;
}
nav {
display: inline;
}
body {
/* margin: 0 auto; */
background-color: white;
max-width: 50%;
padding: 2rem;
padding-top: 0.2rem;
}
img {
/* pixelated for aesthetics */
image-rendering: pixelated;
}