<!DOCTYPE html>
<html lang="vi">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>GO88</title>
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
    body {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #0a0a0a;
      font-family: 'Georgia', serif;
    }
 
    .wrap {
      text-align: center;
    }
 
    a {
      display: inline-block;
      color: #d4a017;
      text-decoration: none;
      font-size: clamp(2rem, 8vw, 5rem);
      font-weight: 700;
      letter-spacing: 0.08em;
      border-bottom: 3px solid #d4a017;
      padding-bottom: 4px;
      transition: color 0.2s, border-color 0.2s;
    }
 
    a:hover {
      color: #f0c040;
      border-color: #f0c040;
    }
  </style>
</head>
<body>
  <div class="wrap">
    <a href="/">GO88</a>
  </div>
</body>
</html>