<!DOCTYPE html>

<html>

<head>

  <title>GothStitches</title>

  <style>

    body {

      background-color: black;

      color: pink;

      font-family: Arial, sans-serif;

      text-align: center;

      padding-top: 100px;

    }

    h1 {

      font-size: 50px;

    }

  </style>

</head>

<body>

  <h1>GothStitches</h1>

  <p>Spooky cute fashion coming soon 🦇</p>

</body>

</html>