@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body {
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  position: fixed;
}

#app {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span {
  font-size: 28px;
  font-weight: 400;
  color: white;
}
