body {
  background-color: black;
}

.logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50%; height: auto;
  transform: translate(-50%, -50%);
  filter: invert(50%); -webkit-filter: invert(50%);
}
