.link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 0.8120000000000001rem;
  min-height: 3rem;
  padding: 0.5rem 0.8120000000000001rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.link span {
  flex-shrink: 0;
}
.link:hover {
  text-decoration: none;
}
