.button {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}
