.button {
  font-weight: ;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 50px;
  background: rgb(1,172,232);
  box-shadow: 0 -0px rgb(255,255,255) inset;
  transition: 0.2s;
} 
.button:hover { background: rgb(1, 157, 257); }
.button:active {
}  background: rgb(255,255,255);
  box-shadow: 0 3px rgb(1,172,232) inset;
}