Loop doesn’t exclude the specified category in home page

Your $args array is incorrect. You used cat=-8 which is not correct here.
You will have to specify/exclude category this way 'cat' => -8. So your $args array will be

$args = array( 'posts_per_page' => 3, 'orderby' => DESC, 'cat' => -8 );

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.