.navButton {
  color: white;
  display: block;
  background: rgb(43,93,110);
  background: linear-gradient(0deg, rgba(43,93,110,1) 0%, rgba(95,164,162,1) 100%);
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  align-content: center;
  height: 75px
}

.navButton:hover {
  background: #2c5e6f;
}

.disabled {
  color: #b9b9b9;
  display: block;
  background: #12272e;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  align-content: center;
  height: 75px;
}