:root {
  --testtest: 10%;
}

a.btn-push-1 {
  display: inline-block;
  max-width: 400px;
  background-color: #696969;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 6px 8px;
  border-radius: 4px;
  border-bottom: 2px solid #232323;
}

a.btn-push-1:active {
    transform: translateY(2px);
    border-bottom: none;
}
