
@import url('http://fonts.cdnfonts.com/css/hussar-4');

.all_pag_container{
    <!-- background-color: blue; -->
    height: 100px;
    width: 100%;
    display: flex;
justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pag_container{
  background-color: rgb(247, 247, 247);  

  height: 50px;
  width: 800px;
  color: #161C33;
  border-radius: 20px;

  font-family: 'Hussar', sans-serif;
  font-size: 13px; 
  letter-spacing: 0.1em;  

  display: flex;
justify-content: center;
    align-items: center;    
}

.page_num_link a{
    text-decoration: none;
    color: black;
    padding: 0px;
}

.page_num_link{
    <!-- background-color: white; -->
    height: 20px;
    width: 30px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
justify-content: center;
    align-items: center;
}

.pagination{
    <!-- background-color: yellow; -->
    display: flex;
justify-content: center;
    align-items: center;
    padding: 0px;
}

.page_num_link_active{
    color: #F15B28;
    font-weight: 900;
    font-size: 20px;
}

.pag_controls{
    color: #161C33; 
    font-weight: 700;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_nxtprv a{
    text-decoration: none;
    color: #161C33;
    font-weight: 700;
}