@import 'fonts.css'; body { background-image: url('../images/darkbg.webp'); background-size: cover; } #particles-js { width: 100%; height: 100%; position: fixed; z-index: -10; top: 0; left: 0; } button { display: inline; font-family: 'JetBrains Mono', sans-serif, Fallback; font-style: italic; color: green; background-color: transparent; border: 0.01em solid green; margin: 0.1em; } button:hover { color: black; background-color: green; border-radius: 0.25em; font-weight: 900; } button:active { color: green; background-color: white; } error-section { display: block; font-family: 'JetBrains Mono', Fallback, sans-serif; color: green; z-index: 1; border: 3px solid green; width: 50em; margin: 3em auto; padding: 2em; background-color: rgb(15, 15, 15); } error-code { display: inline; font-size: 2em; } error-desc { display: inline; }