.widget {
  color: #000;
}

.widget:hover {
  background-color: #DDD;
}

.widget a {
  display: block;
  color: #000;
  text-decoration: none;
}

.widget img {
  float: left;
  margin-right: 10px;
}

.widget h1 {
  font-size: 123.1%;
  font-weight: bold;
}

.widget a:hover h1 {
  color: #E20B89;
}