.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row {
  flex-direction: row;
}

.svg-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

svg {
  transition: transform 0.1s linear 0.1s;
}