.sku-link {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: black;
  line-height: 1.2;
  letter-spacing: 4px;
  position: relative;
  top: 6px;
  z-index: 999;
  }

.link-wrapper {
  margin: 1rem auto;
  border-radius: 5px;
  background: white;
  width: 180px;
  height: 40px;
  position: relative;
  z-index: 999;
  }

  #brand-sku {
    color: yellow;
    text-shadow: 0 0 1rem #FF0000, 0 0 1rem #FF0000;
  }

.main-image {
  margin-top: 2rem;
}

.main-image img {
  width: 80%;
  height: 80%;
}