.code-snippet {
  position: relative;
  margin-top: 2.5rem;

  &--copy {
    position: absolute;
    top: calc(1px - 2rem);
    right: 0;
  }
}
