        body {
            background-color: black;
            color: white;
            text-align: center;
            font-family: Arial, sans-serif;
        }

        .logo {
            margin-top: 20px;
        }

        .logo img {
            width: 130px;
        }

        h1 {
            font-size: 38px;
            margin: 10px 0;
        }

        .ravee {
            margin-top: 20px;
        }

        .ravee a {
            color: violet;
            text-decoration: none;
            margin: 0 10px;
            font-size: 20px;
        }

        .ravee a:hover {
            color: white;
            text-decoration: underline;
        }

        .buyer a:hover {
            color:white;
            text-decoration: underline;
            font-size: large;
        }

        .large-button {
            width: 150px;
            height: 60px;
            font-size: 20px;
        }


