:root{--foreground-rgb:255,255,255;--background-rgb:15,23,42}body{color:rgb(var(--foreground-rgb));background-color:rgb(var(--background-rgb));background-image:url(/background.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;margin:0;padding:0;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.flex{display:flex}.min-h-screen{min-height:100vh}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.p-24{padding:6rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.mt-4{margin-top:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;background-color:rgba(var(--background-rgb),.8);display:flex;justify-content:space-around;padding:1rem 0}.bottom-nav a{color:rgb(var(--foreground-rgb));text-decoration:none;font-weight:500}