.blueButton { color: white; display: block; padding: 0.3em 1em; font-size: 200%; width: 8em; margin: 0 auto; border: none; box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1); opacity: 0.95; border-radius: 0.2em; cursor: pointer; } .blueButton:hover { box-shadow: none; opacity: 1; }