.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;
}

.joke-home {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--text-color, #fff);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-weight: 600;
}
.joke-home:hover {
    color: #fff;
    border-color: rgba(151, 85, 245, 0.7);
}

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;
}
