I don't know why my html is not being formatted by my CSS. I made sure the name of my CSS file is the same as the one in the HTML file. There are also no errors in my CSS file, it has been validated. It's the same format as other projects I've done, same folder and everything, but for some reason it isn't working.
<head>
<meta charset="utf-8">
<title>Project 5: Javascript Arrays</title>
<link rel="stylesheet" href="project5.css">
<script src="project5.js"></script>
</head>