button, .button {
  border: none;
  padding: 0.5rem 1.0rem;
  font-size: 14px;
  transition: 0.4s;
  border-radius: 4px;
  text-align: center;
  border: 2px solid transparent;
}

button:hover, .button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.curve-button {
  border-radius: 100px;  
}

.outline-button {
  border: 2px solid white;
  color: white;
  background-color: transparent;
}