/* Global styles */

html {
  background: url("./background.svg") center / cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
}

body {
  padding: 0;
  margin: 0;
}

#root {
  width: 100vw;
  height: 100vh;
}
