When i run the website i cant see the output

Question:

Repl link:
html code

<html>
<head>
  <title>youtube channel website </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
  <body>
    <h1 class="heading">welcome to my website were i will introduce you about my youtube channel </h1>
  </body>

css code

.heading {
  font-size: 24px;
  color: white ;
  text-align: center;
}
.body{
  background-color: black;
}

Hey @aqeeloasis94 welcome to the forums!

Can you provide and image/a link to your Repl so we can look into it further?

https://replit.com/@aqeeloasis94/HTML-CSS-JS-Auto-Refresh#index.html this is the link
and this is for css https://replit.com/@aqeeloasis94/HTML-CSS-JS-Auto-Refresh#style.css