<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content
="width=device-width, initial-scale=1.0">
<title> Coffee Website</title>
</head>
<body>
<header>
<nav class="nabvar">
<a class="logo">Cofee</a>
<ul class="nabvar">
<span id="close-menu-btn"class="material-sym-out">Close</span>
<li><a class="#">Home</a></li>
<li><a class="#">Products</a></li>
<li><a class="#">Testimonials</a></li>
<li><a class="#">About us</a></li>
<li><a class="#">Contact us</a></li>
</ul>
<span id="hamburger-btn"class="material-sym-out">Menu</span>
</nav>
</header>
<section class="hr-section">
<div class="content">
<h2 class="movi-name">Start Your Day With Fresh Coffee</h2>
<p >Coffee is a popular and beloved beverage enjoyed by
people around the world.Awaken your senses with a steaming cup of liquid motivation.</p>
<button> Order Now<button>
</div>
</section>
</body>
</html>