h1{
    font-family: Arial;
    position: relative;
    width: 600px;
    margin: 0 auto;
    left: 200px;
}
#main_div {
    top: 50px;
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
    display: grid;
    grid-template-rows: repeat(var(--grid-rows), 1fr);
    grid-template-columns: repeat(var(--grid-cols), 1fr);
}
#reset_button{
    bottom: 300px;
    width: 100px;
    height: 100px;
    background-color: #fa6987;
    font-family: Arial;
    font-size: 25px;
}
#slider{
    width: 200px;
    bottom: 500px;
}


a{
    position: relative;
    width: 10px;
    top: 10px;
    left: 823px;
}

.left-pane{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content:space-between;
}
  