body {
  background:dodgerblue;
  background-size: cover;
  height: 100vh;
  min-height:450px;
}

svg {
  width: 70vmax;
  display:block;
  position:absolute; 
  margin:auto;
  top:0;bottom:0; left:0;right:0;
}
