body {
  background-color: #0a0a0a;
  color: #fefefe;
}

.logo {
  width: 25vw;
  height: 25vh;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: url("../images/logo_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
