<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HK</title>
    <link rel="shortcut icon" href="https://www.palm-beach-hotel.com/asset-img/live-draw-hk.webp" />
    <style>
        body {
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: linear-gradient(to bottom, #000, #000);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .logo-container {
            background-color: #000;
            margin-bottom: 20px;
            text-align: center;
            animation: fadeIn 1s ease-in-out;
        }

        .logo {
            max-width: 100%;
            width: 350px;
            height: 150px;
        }

        .button-container {
            text-align: center;
        }

        .button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 18px;
            color: #fff;
            background-color: #e32a0c;
            border: none;
            border-radius: 30px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            animation: blink 1s infinite;
        }

        .button:hover {
            background-color: #0056b3;
            transform: translateY(-2px);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        }

        @keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        @media (max-width: 768px) {
            .logo {
                width: 350px;
                height: 150px;
            }

            .button {
                padding: 30px 80px;
                font-size: 28px;
            }
        }

        @media (max-width: 480px) {
            .logo {
                width: 350px;
                height: 150px;
            }

            .button {
                padding: 30px 80px;
                font-size: 22px;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
    </style>
</head>
<body>
    <div class="logo-container">
        <img src="https://www.palm-beach-hotel.com/asset-img/guugle888.webp" alt="Live Draw HK" class="logo">
    </div>
    <div class="button-container">
        <a href="https://www.palm-beach-hotel.com/amp/" class="button">LIVE HK</a>
    </div>
</body>
</html>