<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Everything Visual</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>

<body>
	<div class="img-container"> <!-- Block parent element -->
      <img src="./images/EV-Logo-1.png" alt="nothing is real" class="logo">
    </div>	
</body>
</html>
