Basic HTML

Write the HTML necessary to match the mockup images. It does not need to be pixel perfect (just eyeball it) but it should be close, with font, layout, and spacing properly accounted for. Feel free to use CSS to match the mockup as close as you can.

Boilerplate code:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title></title>
   </head>
   <body>

   </body>
</html>