body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #000;
  overflow: hidden;
}

.logo-container {
  position: relative;
  width: 100%;
  height: 200vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  position: fixed;
  top: 50%;
  margin-top: -18vh;
  margin-left: 0;
  font-size: .8vw;
  color: #ffff00;
  white-space: pre;
  opacity: 1;
}