.button2 {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center!important;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #0000CD;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button2:hover {
background-color: gold;
color: #0000CD;
}

.button2:active {
  background-color: #0000CD;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
