.content-numbering ul li:nth-child(1) a{
    background-color: transparent;
    color: rgb(251, 251, 252);
   border: 1px solid rgb(135, 135, 136);
}

.content-numbering ul li:nth-child(2) a{
    background-color: white;
    color: rgb(1, 1, 63);
    border: none;
}