Help centering this tag

Can anyone tell me how to place the h1 “Weather App” tag right above my div container? http://codepen.io/david_vu408/pen/JErXdW

Hello David,

Add this to your css

h1 {
text-align: center;
margin-bottom: -110px;
margin-top: 150px;
}

it’s a bit wonky, but works