a { padding: 10px 20px; border: 1px solid #000; text-decoration: none; font-weight: 500; color: #000; transition: all 0.3s ease; display: inline-block; } a:hover { background-color: #000; color: #fff; cursor: pointer; }