As you can see that background image or .main section did not covered whoel .main. It still have space above. HoW to Remove it?
Here is my code
HTML
CSS
/* Main */
.main {
background:url(โhttps://s3.amazonaws.com/codecademy-content/projects/move/bg.jpgโ);
background-size:cover;
height: 600px;
text-align:center;
margin:0;
;
color:white;
}
.main h1 {
font-size: 150px;
}
.main p {
font-size: 18px;
}
.main a{
text-decoration:none;
padding:10px 40px;
background:#1c1c1c;
color:white;
WHAT IS THE PROBLEM? Help me