body {
  margin: 0;
}

svg {
  width: 100%;
  height: 100vh;
}

#background {
  background-image: linear-gradient(#463C77, #0E355D);
}