.joke-container label {
    margin-left: 1rem;
    margin-top: 1rem;
}

.joke-container select, option {
    color: black;
}

.joke-container select {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

input {
    margin-left: 0.5rem;
    height: 1rem;
    width: 1rem;
    border-radius: 10rem;
}

.container {
    padding: 2rem;
    width: auto;
}

button {
    display: block;
    width: auto;
    margin-top: 1rem;
    text-align: center;
}

.button-wrapper {
    display: flex;
    justify-content: center;
}

#jokeField {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.5rem;
}

input[type="checkbox"]:checked {
    color: #9755f5;
}

#settings-header {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}