.light{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.on{
    background-color: rgb(255, 224, 139);
}
.off{
    background-color: darkblue;
}

.light-switch{
    width: 75px;
}