.myButton {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffdc32;
  font-size: 24px;
  background: #000000;
  padding: 6px 20px 6px 20px;
  border: solid #ffdc32 5px;
  text-decoration: none;
}
.myButton:hover {
.btn:hover {
  background: #202020;
  text-decoration: none;
}