.new-theme-link {
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
  }
  i::before {
    font-size: 2rem !important;
  }
}

.clip-hexagon {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
