body{
  background-color:#213d;
  width:95vw;
  height:95vh;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  align-items:center;
}
canvas{
  width:800px;
  height:600px;
}
