html,
body {
  background: #000;
  color: #fff;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.marquee {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.logo {
  font-size: 72px;
  text-align: center;
  white-space:nowrap;
  font-family: "Rubik","Poppins","sans-serif";
}
nav a {
    margin-right: 10px;
}