@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");*{font-family:Source Code Pro,monospace}:root{--black:#0e0e0e;--white:#fff;--blue:#0026ff}body{font-weight:600;background:transparent;color:var(--white);animation:fadeIn 1s ease-in-out;width:100%;height:100%;transition:.07s ease-in-out;position:relative;overflow:hidden;background-color:#0e0e0e}canvas{display:none}.spline{animation:fadeIn 3s ease;background-color:#000;background-size:cover}.title1{margin-top:5rem;animation:fadeIn 1s ease-in-out}.title1,.title2{font-size:2rem;text-align:left;font-weight:600}.title2{margin-top:-.5rem;width:800px;animation:fadeIn 2s ease-in-out}.WorkButton1,.metabutton1{display:block;margin:2rem auto 0;color:var(--white);background-color:var(--black);border-radius:5px;font-weight:500;width:80%;max-width:250px;padding:1rem;animation:fadeIn 2s ease;box-shadow:100px 4px 30px rgba(0,0,0,.1);transition:background-color .5s ease;text-align:center}@media (min-width:768px){.title1,.title2{font-size:4rem}.AboutButton1,.metabutton1{width:250px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}