.ex-arrow {
  height: 50px;
}
.ex-arrow line {
  stroke: rgb(77, 77, 77);
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}

.dark .ex-arrow line {
  stroke: rgb(194, 194, 194);
}

.ex-csv-container {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  grid-gap: 5px;
}

.ex-csv-container > * {
  max-width: 100%;
}