Cannot figure out how to eliminate this space right above my text in my box, the text stays static when I change height.
<!DOCTYPE html>
<html lang="en">
<head>
<title> :/</title>
<style>
h1 {
color: white;
font-size: 1000%;
}
div {
width: 200em;
height: 110em;
background-color: red;
}
</style>
</head>
<body>
<div><h1>not workin :(</h2></div>
</body>
</html>