* {
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
ul li button {
  margin-left: 10px;
  padding: 2px;
}
li {
  margin-top: 2px;
  width: 300px;
}
button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid black;
  background-color: rgba(174, 178, 249, 0.4);
  cursor: pointer;
}
button:hover {
  background-color: orange;
}
.homie {
  color: blue;
  font-size: 1em;
}
.homie:hover {
  background-color: rgba(4, 255, 0, 0.2);
}
.compTask {
  text-decoration: line-through;
}
 input[type="checkbox"] {
    margin-right: 10px;
 }   