.icon-svg {
  display: block;
  margin: 0 auto 14px;
  stroke: #00ff41;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 6px #00ff4155);
}
.resume-block-header svg {
  stroke: #00ff41;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px; height: 18px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative; top: -1px;
}
.skill-tag svg {
  stroke: #00ff41;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px; height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
