@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;500;700&display=swap');body{font-family: 'Catamaran', sans-serif;background: black;color: white;overflow:hidden}#logo{position:relative;animation-name: bajar;animation-duration: 4s;animation-delay: -2s;}@keyframes bajar {0%   {top:-1000px;}100% {top:0px;}}svg{overflow:visible;}.svg1{fill:#00bebe;}.svg2{fill:#030;}.svg3{fill:#111;}#canvas{position:fixed;top:0px;left:0px}#mensaje{position:fixed;width:90vw;left:5vw;bottom:5vh}