@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

pre, span, div, p, h1 {
  background-color: transparent;
}

* {
  text-align: center;

  margin: 0px;
  padding: 0px;
  overflow: hidden;

  background-color: black;
  color: white;

  font-family: 'Source Code Pro', monospace;
}

pre {
  /* background: white; */
}

.inline-container {
  position: absolute;
  bottom: 15%;
  width: 470px;
  /* width: 600px; */
}

.emoji {
  height: 20px;
  bottom:50%;
  transform:translateY(30%);
}

#marquee {
  display: inline-block;
  width: 450px;
}

.title {
  font-size: 25px;
}

.right {
  position: absolute;
  bottom:0;
  right:0;
}

.center {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
}

.topbar {
  top: 5%;
}

.centerbar {
  
}

.bottombar {
  top: auto;
  bottom: 5%;
}

  #particles-container {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

#tpind {
  position: absolute;
  bottom:0;
  left:0;
  animation: colorRotate .5s linear 0s infinite;
}

@keyframes colorRotate {
  from {
    color: black;
  }
  10% {
    color: white;
  }
  50% {
    color: black;
  }
  75% {
    color: white;
  }
  100% {
    color: black;
  }
}
}