*{box-sizing:border-box}body,html{margin:0;padding:6px;background-color:#def5de}#app,body,html{width:100%;height:100%}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#42b983}.home{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:column}.home>div{display:flex;align-items:flex-end}.home button{width:100px;height:100px;margin:0 24px 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background-color:#d3d3d3}.home button svg{transform:scale(2)}.home .actions button:last-child{background-color:#23b723;margin-top:6px}.home .actions button:last-child svg path{fill:#fff}.home .actions button:first-child{background-color:#fff}.home .actions button:first-child svg path{fill:#000}.home canvas{box-shadow:0 0 6px 0 rgba(0,0,0,.2);border-radius:4px;background-color:#fff}