@charset "UTF-8";
/* CSS Document */
html, body {
   height: 100%;  
}
#svg-container
{
  display: flex;
  flex: 1 0 auto
  align-items: center;
  height: 90%;
}

#svg-1
{
  margin: 0 auto;
  display: block;
}