body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.Row{display:flex;flex-direction:row}.Column{display:flex;flex-direction:column}aside{width:18vw;min-width:180px}a,a:link,a:visited{text-decoration:none}.panel-frame{background-color:hsla(0,0%,100%,.85)}.panel-left{margin-left:0;animation-name:panelLeft;transition:all .5 ease}.panel-left,.panel-left-out{flex-direction:column;width:50vw;height:100vh;animation-duration:.5s}.panel-left-out{margin-left:-50vw;animation-name:panelLeftOut}@keyframes panelLeft{0%{margin-left:-50vw}to{margin-left:0}}@keyframes panelLeftOut{0%{margin-left:0}to{margin-left:-50vw}}.panel-right{margin-left:50%;animation-name:panelRight;transition:all .5 ease}.panel-right,.panel-right-out{flex-direction:column;width:50vw;height:100vh;animation-duration:.5s}.panel-right-out{margin-left:100%;animation-name:panelRightOut}@keyframes panelRight{0%{margin-left:100%}to{margin-left:50%}}@keyframes panelRightOut{0%{margin-left:50%}to{margin-left:100%}}.panel-center{margin-left:0;animation-name:panelCenter;transition:all .5 ease}.panel-center,.panel-center-out{flex-direction:column;width:100vw;height:100vh;animation-duration:.5s}.panel-center-out{margin-left:100%;animation-name:panelCenterOut}@keyframes panelCenter{0%{margin-left:100%}to{margin-left:0}}@keyframes panelCenterOut{0%{margin-left:0}to{margin-left:100%}}@media print{@page{margin:1cm}footer{position:absolute;bottom:0}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}