.link_div
{
    display: flex;
    
    border-radius: 4px;
    
}
.cur_link 
{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #088e96;
    margin-left: 8px;
    border-radius: 4px;
    text-align: center;
    color: wheat;
    box-shadow: 2px 3px 5px 0px #413f3f;
    padding-top: 5px;
}
.num_link {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    margin-left: 8px;
    background-color: #e2a567;
    box-shadow: 2px 3px 5px 0px #413f3f;
    padding-top: 5px;
}
.first_link
{
    display: block;
    width:50px;
    height: 30px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    padding-top:5px;
    margin-left: 2px;
    box-shadow: 2px 3px 5px 0px #413f3f;
}

.last_link
{
    display: block;
    width:50px;
    height: 30px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    padding-top:5px;
    margin-left: 8px;
    box-shadow: 2px 3px 5px 0px #413f3f;
}
.pre_link
{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    padding-top:5px;
    margin-left: 8px;
    box-shadow: 2px 3px 5px 0px #413f3f;
}
.next_link
{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    padding-top:5px;
    margin-left: 8px;
    box-shadow: 2px 3px 5px 0px #413f3f;
}
.pre_link a{
    text-align: center;
    text-decoration: none;
}
.next_link a{
    text-align: center;
    text-decoration: none;
}
.cur_link a{
    text-align: center;
    text-decoration: none;
}
.num_link a{
    text-align: center;
    text-decoration: none;
}
.last_link a{
    
    text-align: center;
    text-decoration: none;
}
.first_link a{
    text-align: center;
    text-decoration: none;
}
.bot-cntrls
{
    width: 90%;
    display: flex;
    height: 50px;
    padding: 1%;
    margin: 1%;
    margin-left: 100px;
    background-color: #edebeb;
}