::-moz-selection {
  color: #9bffff;
  background-color: #30505066;
}
::selection {
  color: #9bffff;
  background-color: #30505066;
}

body {
  width: 100vw;
  height: 100vh;
  font-family: "Cairo", sans-serif;
  overflow: hidden;
}

#bg {
  position: relative;
  width: 100%;
  height: 100%;
}

#bg #info {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

#bg #info p {
  color: white;
  font-size: 2em;
}

#bg #particles-js {
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#bg img {
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
