.wrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  display: grid;
  grid-gap: 4px;
  padding: 4px;
}
