:root{--primary: #b30001;--secondary: #CD3241;--tertiary: #880D23;--fourth: #3E0610;--black-bg: #121212;--text-light: #f8f8f8}body{background-color:var(--black-bg);color:var(--tertiary);font-family:Lucida Console,Courier New,monospace;text-align:center;font-size:20px}header,footer{background-color:var(--black-bg);color:var(--tertiary);text-align:center;padding:1rem;font-family:Lucida Console,Courier New,monospace}p{white-space:pre-line}h1{font-size:50px}h2,h3{color:var(--secondary)}a{handleClick color: var(--secondary);text-decoration:underline}@media(max-width:500px){body{font-size:17px}h1{font-size:43px}}.project{border:3px solid var(--tertiary);max-width:1100px;padding:20px;margin:30px auto;background-color:#b300001a;min-height:275px;display:flex;align-items:center;justify-content:center;text-align:left}.glow{color:var(--secondary);text-shadow:0 0 10px var(--primary),0 0 20px var(--tertiary)}@keyframes glow{0%{text-shadow:0 0 10px var(--primary),0 0 20px var(--primary)}to{text-shadow:0 0 20px var(--tertiary),0 0 30px var(--tertiary)}}button{border-radius:8px;border:1px solid transparent;border-color:var(--tertiary);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--fourth);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--secondary)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
