#accelcontainer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 900px;
    min-width: 300px;
    height: 600px;
    background: #fff;
  }
  canvas {
    display: block;
    background: #fff;
  }
  #infoAccel {
    color: #000;
    padding: 10px;
    font-family: sans-serif;
    font-size: 14px;
  }
  /* Plotly plot reserved at the bottom */
  #accelerationPlot {
    width: 100%;
    height: 300px;
    background: #fff;
  }