.next{
    position:fixed;
    left:0;
    top:5px;
    width:100%;
    font-size:16px;
    display:flex;
    justify-content: center;
    z-index:10000;

}

.next a{
    color: #000;
}

