.btn { background-color: black; border: none; color: white; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

button:hover { color: black; background-color: white; }

