#meta { position: fixed; width: 100%; margin: auto; display: none; }
pre { margin: auto; }
#tlogs { margin-top: 5em; width: 80%; margin: auto; } 
.entry { border: 2px dotted white; background-color: rgb(223, 223, 223); padding: 2em; } 
.entry p { padding: 1em; line-height: 20px; word-wrap: normal; } 
.entry p.permalink { font-size: .6em; font-color: #808080; text-align: right; } 
.entry h5 { text-align: right; margin-top: .2em; } 
blockquote { background-color: black; color: #e0b0ff; font-size: 90%; border: 1px dashed  white; padding: 4px; } 
.tilde { font-size: 50px; position: absolute; z-index: -1; opacity: .5; } 
#styleAlert { position: fixed; bottom: 1rem; } 
body { display: flex; flex-direction: column; padding: 3rem; font-family: monospace; cursor: crosshair; background-color: white; } 
*::selection { background-color: blue; } 
#magicCat{ width:200px; position: fixed; right: 3rem; bottom: 3rem; filter: blur(100px); } 
#magicCat:hover { filter: blur(0px); transition: all 1s; }
