.setbackground_controls {
    display: flex;
    flex-direction: column;
    padding: 1em 10%;
    background-color: var(--bg-b);
    border-bottom: solid 0.1em var(--bg-c);
    box-shadow: 0em 0em 0.2em 0.1em var(--shadow);
    align-items: center;
}

.setbackground_select {
    margin: 1em;
}

#colorslider {
    width: 90%;
}

#colorstatus {
    margin: 0.5em 0em 0em 0em;
}

#controlbuttons {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 1em;
}

.setbgbtn {
    background-color: var(--bg2-a);
    padding: 0.5em;
    width: 6em;
}