body {
  background: black;
  font-family: Arial, Helvetica, sans-serif;
}

.button {
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 14px 28px;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  background-image: linear-gradient(to right, rgb(231, 255, 163) 0%, rgb(255, 189, 113) 100%);
  box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px;
  border: 2px solid rgb(0, 0, 0);
  display: inline-block;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}