For some reason, as can be seen in the screenshot, the h1 (discordbotgen) takes up a lot of space to the right, whilst not specified in my css. I don't want it taking that space, as it blocks other elements from going there.
.main-title {
font-family: 'Comfortaa', cursive;
font-size: 80px;
color: #ededed;
margin-bottom: 50px;
margin-left: 150px;
margin-top: 180px;
}
<h1 class="main-title">discordbotgen</h1>
The h1 doesn't have any parent divs, it's parent is <body>
.