.btn { background-color: DodgerBlue; border: none; color: white; padding: 12px 30px; cursor: pointer; font-size: 20px; border-radius:4px; } /* Darker background on mouse-over */ .btn:hover { background-color: black; }