/* Served as a static file so url() is not processed by webpack */
html,
body,
#root {
  background-color: transparent;
  background-image: url(/background_image.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
