*{box-sizing:border-box;margin:0;padding:0;font-family:Google Sans,sans-serif;list-style:none}html,body{background-color:var(--black);width:100%;height:100vh;display:block;position:relative}:root{--black:#0c0c0c;--black-grey:#222;--white:#f3f3f3;--white-silver:#5b5b5b;--blue:#011984;--green:#1f611a}::-webkit-scrollbar-track{background-color:var(--black)}::-webkit-scrollbar{background:var(--black);width:3px}::-webkit-scrollbar-thumb{background:var(--green)}.error404{background-color:var(--black);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.error404 h1{background-color:var(--black);border:1px solid var(--green);text-align:center;color:var(--white);border-radius:7px;padding:10px;display:block}
