html, body {
  background: #474f46;
  color: #ebebeb;
}

body {
/*  padding: 50px;*/
}

.logo {
  filter: invert(1);
  transform: scale(.5);
  position: absolute;
  top: 5vh;
  left: .5vw;
}

.bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 20vw;
  height: 100vh;
  background: #ebebeb;
}