canvas { display: none; width:100%; height:100%; } * { /* transition: 0.1s; */ } .shape { fill: #888888; fill: rgba(0,0,0,0); } svg { position: fixed; top: 80px; height: calc(100vh - 100px); width: 100vw; }