.buttonCustom {
  background-color: #4CAF50;
  border: none;
  float:left;
  color: white;
  width: 100px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 6px;
}
a {
  cursor: pointer;
}
