.wlogo {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: block;
  cursor: pointer;
  margin: -1rem 3rem 1rem;
  font-family: 'Gloock';
  font-size: 12px;
  color: #c1c1c1;
  user-select: none;
  text-decoration: none;
  -moz-text-decoration-line: none;
  -moz-text-decoration-color: #c1c1c1;
  -moz-text-decoration-style: none;

}