.next{
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color:rgb(0, 0, 0);
 }
.next2{
    width: 250px;
    height: 94%;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid rgb(236, 145, 0);
}
.next3 a{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(0, 0, 0);
    border-radius: 25%;
    text-decoration: none;
    color: rgb(236, 145, 0);
}
.next4 a{
    width: 55px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    text-decoration: none;
    background-color:rgb(0, 0, 0);
    color: rgb(236, 145, 0);
}
.next3:hover{
    box-shadow: 1px 1px 20px rgb(236, 145, 0);
    filter: drop-shadow(1px 1px 20px rgb(236, 145, 0));
}
.next4:hover{
    box-shadow: 1px 1px 20px rgb(236, 145, 0);
    filter: drop-shadow(1px 1px 20px rgb(236, 145, 0));
}