html {
  width: 100%;
  height:100%;
}

body {
  background: black;
  color: white;
  margin: 0;
  width: 100%;
  height:100%;
  align-content: center;
}

.logo .word {
  white-space: nowrap;
}

.logo .text {
  font-family: "Cherry Bomb One", system-ui;
  font-size: 10vw;
  font-style: normal;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
}

.logo .onion {
  font-size: 12vw;
  /* color: #ffffff00; */
  /* background-image:url("/onion.svg"); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-y: 8vw;
}

.logo .small {
  font-size: 5vw;
}
