/*
 Theme Name:     Dividend
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Brad the Elegant 
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.button {
  background-color: #FF0009;
  border: 1;
  font-size: 24px;
  color: white;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 6px;
}
.button:hover {background-color: #9999FF; color: black}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px 5px #666;
  transform: translateY(6px);
}
