.plot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  max-width: 950px;
  margin: 0 auto 2rem auto;
}