philia

this site is just a little place for me to exist on the web.

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); body { background: #fff; color: #111; font-family: 'IBM Plex Mono', monospace; margin: 0; padding: 0; } main { display: flex; align-items: center; justify-content: center; height: 100vh; } .box { border: 1px solid #000; padding: 2em; text-align: center; max-width: 400px; }