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