button {
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: #007aff;
  color: white;
  transition: 0.2s;
}
