.cookie {
  position: fixed;
  bottom: 60px;
  left: 15px;
  cursor: pointer;
  display: flex;
  width: 50px;
  height: 50px;
  z-index: 9;

  & svg {
    fill: white;
  }
}
