body {
margin: 0;
}
#whole-window {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
#pteropus-canvas {
flex-grow: 1;
margin: 0.4rem;
#bottom-panel {
flex-grow: 0;