body,html{margin:0;padding:0;background-color:#444;overflow:hidden;font-family:Avenir,Helvetica,Arial,sans-serif}@-webkit-keyframes myanim{0%{width:0;padding:5px 0;background-color:hsla(0,0%,78%,0)}to{width:200px}}@keyframes myanim{0%{width:0;padding:5px 0;background-color:hsla(0,0%,78%,0)}to{width:200px}}#canvas-container{position:relative}#titulo{font-size:1.5em;color:hsla(0,0%,78%,.7);font-weight:100;top:20px;background-color:hsla(0,0%,6%,.5);-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#subtitulo,#titulo{display:block;overflow:hidden;width:0;height:1.2em;white-space:nowrap;position:absolute;left:20px;margin:0;padding:5px 10px;-webkit-animation-name:myanim;animation-name:myanim;-webkit-animation-duration:1s;animation-duration:1s}#subtitulo{font-size:.8em;color:rgba(9,9,9,.7);font-weight:600;top:60px;background-color:hsla(0,0%,78%,.5);-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}