.wrapper{
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #673AB7 !important;
}


.page-link:hover {
    z-index: 2;
    background-color:#8A1538; color:white; !important;
    border-color: #024dbc;
}


.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
