.module-apps {
  /*background-color: #eee;*/
}
.module-app {
  overflow: hidden;
  width: 4rem;
  margin-right: 0.7rem;
  text-decoration: none;
  display: inline-block;
  color: #282c37;
  font-weight: 700;
  text-align: center;
}
.module-app:hover,
.module-app:focus {
  text-decoration: none;
  color: #282c37;
}
.module-app img {
  height: 3rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  width: 3rem;
  border-radius: 3px;
  display: block;
}
.module-app span {
  font-size: 1rem;
}

