body {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px; /* This pushes the image down from the top */
}
