/* BASIC css start */
.button {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #717171;
  color: white;
  text-decoration: none;
  border-radius: 5px;}

.button:hover {background-color: #000000;}


/* BASIC css end */

