

.next_page{

  display: flex;
  justify-content: space-between;
}

.next_page button{
  background-color: #0d6efd;
    color: white;
  border: 1px solid gray;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.2s linear;
  font-weight: 500;
  padding: 5px;
  border-radius: 2px;
}

.next_page button:hover{
    
    color: white;  
  background-color: #570a12;
letter-spacing: 0.2px;
}