body {
  /* background-image: URL("./assets/Red-Dog-Spread.png"); */
  background-size: 30vw;
  /* background-color: #ceba44; */
  background-image: URL('./machine.gif');
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#header-container {
  /* z-index: 1000; */
  color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

#header {
  padding: 10px;
  font-size: 70px;
  text-align: center;
}

#red-dog-image {
  max-width: 25%;
}

#particle-js {
  /* z-index: 1; */
}