 body {
            background: linear-gradient(to bottom, #FF3CAC, #7850FF, #00FFFF);
            background-size: cover;
            font-family: sans-serif;
            color: white;
        }
        .container {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .lead {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .btn-lg {
            font-size: 20px;
            padding: 15px;
            margin-top: 30px;
        }
        .contact {
            position: fixed;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 15px 20px;
        }
        .contact p {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .contact a {
            color: white;
            text-decoration: none;
            font-size: 20px;
        }
        .contact a:hover {
            text-decoration: underline;
        }