.IPfUL {
    color: var(--accent-rest--color);
    outline: none;
    text-decoration: none;
    transition: color 0.05s linear;
  }
  .IPfUL:active, .IPfUL:hover, .IPfUL:active:hover {
    color: var(--accent-hover--color);
  }

 {

  /*
  .logo {
    color: white;
    font-size: 24px;
    font-family: inherit;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    position: relative;
    padding-left: 46px;

    &:before {
      width: 36px;
      height: 36px;
      background: var(--accent-rest--color);
      font-size: 26px;
      position: absolute;
      left: 0;
      top: -2px;
      content: 'Z';
      text-align: center;
    }
  }
  */
}
  .oH0oY {
    max-width: 140px;
    margin: 0 16px;
  }

