Background image of the .main

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

MOVE

Form healthy habit to take your fitness to the next level.

START NOW

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

Hey Bekzod,

Your code isnโ€™t visible right now :confused:

Could you please format it so we can see it and help you?
Thanks :slight_smile: