How to create hyperlink from page to another page even if there is no section or chapter ? and the easy way to automatically make it color blue of all the hyperlink I created. Thank you in advance.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\usepackage{hyperref}
\title{Hyperlink}
\author{For Testing }
\date{August 2022}
\begin{document}
\maketitle
\section{Introduction}
\color{blue}{page 2\\
page 3\\
page 4 title name}
Lorem
\clearpage
page 2
\clearpage
page 3
\clearpage
page4\\
page 4 title name
\end{document}