.container {
  grid-template-columns: 1fr 1fr 1fr;
  height: 500px;
}

.link {
  padding-left: 10px;
  padding-top: 10px;
}

.title {
  background: #f5f5f5;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
