I am trying to figure out what I am doing wrong
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Newspaper Article</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="newspaper">
<section class="name">
<h1>Frontier News</h1>
</section>
<section class="date">
<p>2029 June 15</p>
</section>
<section class="headline">
<h3>RinTek's Unusual business practice</h3>
<p class="text"><article>I have been using my time lately to look into RinTek and how they are doing as good as they are. I am not sure if it is something at all would benefit from but I think that most would be able to do something like it. First they pay for the rent and food for the people that work with them. Then they pay them a wage that is 5% more than minimum wage.</article></p>
<p class="text"><article>Here is the most interesting thing. If they workers can and want to they can move anywhere they want and RinTek will pay for everything. They housing is where they want to live and not relegated to there own properties though. I did get a look at the Proto Properties and they are very nice and well kept. They even have a nice play area that is monitored by camera and security so that the children can go and play with out the parents giving both a needed brake. When we think of company housing I can honestly say that this is not what I expected. Every one of the single units are taken and the houses are as well. I hear that they are planing a second area to build up and the...</article></p>
</section>
<section class="author">
<p>Leore Marie</p>
<p>For <a href="random link needed">More</a></p> <!-- this would need a real link for the full article. -->
</section>
<section class="sub-headline">
<h4>The New Processor That Is Cool To The Touch</h4>
<p class="text"><article>We all know that the cooler you keep your processor the faster it will go. We have come a long way with water cooled and making it to where they could handle the higher temps. That might be a thing of the past if you have the money for it. I got the chance to see how they were made but more importantly how they can be touched without getting warm and to me felt cold. I could not understand most of what the tech said as they explained things but I did get that this is revolutionary.</article></p>
<p class="text"><article>My first stop was a testing room where the processors were kept working at max capacity and you are able to touch them. They said that they were not made of gold but I could have sworn that is what I was touching. They would not tell me what they were made of but said that it was only possible using a room with no air what so ever. We got to see the work room from an observation deck that looked down on it but from that height I could still not tell you what they were doing. I was told that they had yet to over heat any of the processors they had tried including the competitions so that it could be everywhere in the next year. They also said that it will work in any mother board so you can </article> </p>
</section>
<section class="author2">
<p>I am hope.</p>
<p>For <a href="dont have one yet">More</a></p>
</section>
<section class="contact">
<p class="contact">If you want a list of our services:</p>
<p><a href="i am not sure yet">Frontier_News@nowhere.com</a></p>
</section>
</div>
</body>
</html>
I am having problems with the 15th and 16th goals completing even though I know that I have the right text class in both of the article parts. I am not sure what else to do.
