.no-style,
.no-style:hover {
  text-decoration: none;
  color: #333;
}

.block {
  display: block;
}

.text-l {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.75rem;
  line-height: 3rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}
