Why
<!DOCTYPE html>
<style>
.div {
font-size: 16px;
font-family: Monospace;
}
.main {
color: red;
}
</style>
<main class="main">
<h1>Why I hate this freaking website</h1>
</main>
<div class="div">
<p>I hate this website so much</p>
<p>I was doing a project on this website and it got deleted :(</p>
</div>