html {
   height: 100%;
}

body {
	height: 100%;
	background-color:#564cfd;
	margin:0;
}

#svg-container
{
  display: flex;
  align-items: center;
  height: 100%;
  justify-centent: center;
  margin-left: 50px;
  margin-right:50px;
}




