
.b_p
{
    font-weight: 500;
}

.line2
{
        line-height: 2 !important;
}
.line3
{
        line-height: 3 !important;
}
#pageNum{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#pageNum p{
    color: white;
    font-size: 15px;
    margin: 5px;
    font-family: 'MainFont';
    font-weight: bold;
}
#pageNum p:hover{
    cursor: pointer;
}

@media(max-width : 1000px){
        #pageNum {
        margin-top: -10%;
    }
}