.widget {
  background: #111;
  color: white;
  padding: 10px;
  border-radius: 8px;
  list-style: none;
}
.widget li {
  margin: 5px 0;
}
