        body {
            background-color: #000;
            margin: 0;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        p {
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
            text-align: center;
        }

        a {
            color:#fff;
        }

        a:hover {
            color:#000;
            background-color:red;
        }