
.page { 
 text-align:center;
 font-size:1em;
}

.page a{ 
 color:black;
 text-decoration:none;
 padding:6px 12px;
 display:inline-block;
 font-size:1.5em;
}

.page .active { 
  background-color: grey; 
  font-weight:800;
border-radius:6px;
  
}

.page a:hover:not(.active) {
  background-color:lightgrey;
  font-weight:600;
  border-radius:6px;
}