fieldset {
    width: fit-content;
    border: 1px solid black;
    margin-bottom: 20px;
}

body {
    background-color: lightgray;
}

input[type=checkbox]:hover + label:hover{
    background-color: lightgray;
    padding: 5px;
}
