In my css:
body {
background-color: black;
color: white;
margin: 0;
font-family: 'Montserrat', sans-serif;
padding: 0;
/* animation: scroll 5s; */
}
After this code in the body tag, the body is still not taking up the whole screen in browser, in inspect it shows that it has 1536 * 417 dimension, even when my screen size is 1920*1080
I tried using 100vh height, but made it worse by messing up the posotion relative elements.