First I want to clarify that I am new to this, so please excuse the format of the question. I would like to move my DIV with class "Menu" to the right and I can not find a way to do it, here I leave my code.
<body>
<div>
<!-- Header -->
<div class="header">
<div class="logo">
<a href="#">
<img src="img/img-tea-cozy-logo.png" alt="Tea Cozy Logo" />
</a>
</div>
<div class="menu">
<nav>
<span><a href="#">Mission</a></span>
<span><a href="#">Featured Tea</a></span>
<span><a href="#">Locations</a></span>
</nav>
</div>
</div>
</div>
</body>