body{
  background:#0b0c10;
  color:white;
  font-family:monospace;
  margin:0;
  padding: 0;
  overflow-x: hidden;
  transition: opacity 0.3s ease;
}
body.refreshing {
  opacity: 0;
}
h1{
  margin-bottom:16px;
}

#particles{
  display:block;
  width:100%;
  height:300px;
  display: block;
  border:1px solid #222;
  border-radius: 0 0 24px 24px;
  margin: 0 auto 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

#stream{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.upload{
  padding:12px;
  border:1px solid #2b2d36;
  background:#14161c;
  border-radius:10px;
  line-height:1.5;
}