.formula-icon::before {
  content: "🧮";
  /* unicode for a square bracket icon */
}

.formula-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.sheet-icon::before {
  content: "🎩";
  /* unicode for a square bracket icon */
}

.sheet-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.photo-icon::before {
  content: "📷";
  /* braille 1*/
}

.photo-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.disc-icon::before {
  content: "💽";
  /* braille 1*/
}

.disc-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.code-icon::before {
  content: "⠽";
  /* braille 1*/
}

.code-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.coding-icon::before {
  content: "💻";
  /* braille 1*/
}

.coding-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.math-icon::before {
  content: "🧮";
  /* braille 1*/
}

.math-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.matrix-icon::before {
  content: "➲";
  /* braille 1*/
}

.matrix-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.matrix-table-icon::before {
  content: "10*";
  /* braille 1*/
}

.matrix-table-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.chat-icon::before {
  content: "🂓";
  /* braille 1*/
}

.chat-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.keyboard-icon::before {
  content: "⌨️";
  /* braille 1*/
}

.keyboard-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.engineering-icon::before {
  content: "⨴";
  /* braille 1*/
}

.engineering-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.gear-icon::before {
  content: "⚙︎";
  /* braille 1*/
}

.gear-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.math-icon::before {
  content: "⨌";
  /* braille 1*/
}

.math-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.line-integral-icon::before {
  content: "⨓";
  /* braille 1*/
}

.line-integral-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.blog-icon::before {
  content: "☢️";
  /* braille 1*/
}

.blog-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}

.hole-icon::before {
  content: "🕳️";
  /* braille 1*/
}

.hole-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}


.stopwatch-icon::before {
  /* 𝍌 ።   ⏹️ ⏱▶️ ⏯️ */
  content: "⏱️";
  /* braille 1*/
}

.stopwatch-icon {
  font-weight: 1000;
  display: inline-block;
  width: 1em;
  text-align: center;
  transform: scale(1.5);
  /* -webkit-transform: scale(1.5) //can ALSO be done if older safari...but not needed on mine anyway*/
}