.circuit-board {
  background-image:
    linear-gradient(to right, rgba(15, 73, 189, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 73, 189, 0.1) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
