@media (min-width: 992px) {

.zphero {

max-height: 80vh !important;

}

}
.word-table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 5vw !important; /* Equal, responsive space between words */
  border: none !important;
  margin: 0 auto !important; /* Center horizontally */
}

.word-table td {
  text-align: left !important;
  border: none !important;
  vertical-align: middle !important; /* Ensures words are vertically centered */
  padding: 0 !important; /* Remove padding to avoid excessive height */
}
.hero{

height: 80vh !important;

}



.importablePlatforms{

width: 80vh !important;

}
.test{
    width: 52vh !important;
    height: 10vh !important
  
}