Is there a way to remove the space between these two text boxes?
https://i.sstatic.net/MFkuQ.png
I attempted using a container with display:flex; in it, but that caused the text to be off-center.
body {
background-color: lightblue;
}
h2 {
color: navy;
font-size: 200px;
text-align: center;
}
<h1 style="text-align:center">The Mains Are</h1>
<h2>BACK!</h2>