body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-family: sans-serif;
  }
  
  .sliders {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  