body {
  color: white;
  background-color: black;
}

.logo {
  position: fixed;
  width: 100vw;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: black;
}

.toptext {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
}