.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.container .u-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  text-decoration: none;
}
.container .u-list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.text {
  font-size: 40px;
  padding: 10px;
}
.tag-content {
  font-size: 35px;
}
