body {
  padding: 0;
  margin: 0;
  background-color: #12120a;
  color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
}

a {
  color: inherit;
  text-decoration: none;
}

.launcher {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10vw;
  column-gap: 5vw;
  padding: 2.5vw;
  max-height: 100vh;
}

.item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.5vw;
}

.item-icon {
  width: 75%;
  clip-path: url(#sq-mask);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1;
}

.item-icon img {
  width: 100%;
}

.item-title {
  text-align: center;
}
