```css
display: block;
text-align: center;
font-size: 20px;
margin-top: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
```css
display: block;
text-align: center;
font-size: 20px;
margin-top: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
a:hover {
color: #007bff;
```css
display: block;
text-align: center;
font-size: 20px;
margin-top: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
a:hover {
color: #007bff;
a[href]:hover {
color: #007bff;
```css
display: block;
text-align: center;
font-size: 20px;
margin-top: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;
a[href]:hover {
color: #007bff;
a[href]:hover + div {
color: #007bff;