button.contained {
  background-color: #1b1b1b;
  color: white;
  border: none;
  padding: 20px 40px 20px 40px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
button.outlined {
  background-color: white;
  color: #595959;
  border: 2px solid #595959;
  padding: 18px 40px 18px 40px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
button.text {
  background: none;
  border: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}