404 and style cleanups

This commit is contained in:
Barrett Ruth 2026-01-12 17:07:50 -05:00
parent e53a06724f
commit 7335b31d11
6 changed files with 87 additions and 73 deletions

10
public/styles/404.css Normal file
View file

@ -0,0 +1,10 @@
.container {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-weight: 300;
font-size: 2em;
}