<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>DIMA MAKEEV</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <style>

    body {

      margin: 0;

      font-family: Helvetica, Arial, sans-serif;

      background: #fff;

      color: #000;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

      text-align: center;

    }

    h1 {

      font-size: 48px;

      letter-spacing: 4px;

      margin-bottom: 12px;

    }

    p {

      font-size: 14px;

      letter-spacing: 1px;

      text-transform: uppercase;

    }

    a {

      color: black;

      text-decoration: none;

      border-bottom: 1px solid black;

      padding-bottom: 2px;

    }

  </style>

</head>

<body>

  <div>

    <h1>DIMA MAKEEV</h1>

    <p>Fashion Designer</p>

    <p><a href="https://instagram.com/dima___makeev">Instagram</a></p>

  </div>

</body>

</html>