.link-button {
  display: inline-block;
  background-color: #FFFF00;
  color: #000000;
  font-size: 20px;
  padding: 18px 20px;
  box-shadow: 5px 5px 0 #9e9e22;
  margin-right: 0;
  text-decoration: none;
  transition: transform 100ms cubic-bezier(0,0,.89,2.45), opacity 200ms linear;
}

.link-button:hover {
  transform: scale(1.03);
  opacity: 0.5;
}

.link-button.-submit {
  background-color: #000000;
  font-size: 30px;
  width: 100%;
  color: #FFFF00;
  height: 50px;
  line-height: 0;
}

.link-button.-submit:hover {
  transform: scale(1.02);
}

.link-button.-project {
  margin-bottom: 200px;
}