I have a title and abstract which respects the following codes length. I want to have the abstract and keywords at the first page, is there a way to make it fit nicely?
\documentclass[12pt, draft]{article}
\usepackage{natbib}
\usepackage{setspace}
\doublespacing
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage {tikz}
\usepackage[skip=0pt]{caption}
\usepackage{blindtext}
\title{A nice article about how to have a happy life in a savage world}
\author{Someone Happy\thanks{Nowhere University \texttt{myemail@somewhere.com}} \and Other Person \thanks{Faculty of Wisdom, University of some place, Earth. \texttt{myemail@somewhere.com}}}
\date{}
\begin{document}
\maketitle
\begin{abstract}
\blindtext[1] BBBBBBBEEEEEEEEEHHHHHHHHHAAAAAAAAAAPPPPPPPYYYYYY
\end{abstract}
{\bf Keywords:} Something, Uplifiting, Cheerup!, you can do it, I trust you.
\section{Introduction}
\end{document}

\doublespacingin the preamble and, instead, run it right before\section{Introduction}. – Mico Aug 02 '20 at 19:16amsmathandamsthmare used, loadamsmath1 *before*amsthm`. – barbara beeton Aug 03 '20 at 01:21