

.link{
  text-align: center;
}

.link a{
  background-color: #008374;
  color: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}


.leader{
  width: 50%;
  text-align: center;
  position: relative;
}

table{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}



@media (max-width:850px){
  .leader{
    width: 90%;
    text-align: center;
  }
}