<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <title>www.latinworld.com</title>
    <style>
    * { 
      box-sizing: padding-box;
    }
    html {
      height: 100%;
    }
    body {
      font-family: "Courier New", "Courier", monospace;
      font-size: 12px;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .container {
      height: 100%;
      position: relative;
    }
    .content {
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
    }
    </style>
  </head>
  <body>
    <div class="container">
      <div class="content">This domain is for sale! Please follow this link to contact us:</div>
      <div class="content">Please follow this link to contact us:</div>
      <div class="content"><A HREF="https://www.latinworld.com/contact-form/">https://www.latinworld.com/contact-form/</A></div>
    </div>
  </body>
</html>
