.redirect-container {
        max-width: 600px;
        margin: 50px auto;
        padding: 40px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        font-family: sans-serif;
    }
    .redirect-container h1 {
        font-size: 24px;
        color: #333;
    }
    .redirect-container p {
        color: #666;
        font-size: 16px;
    }
    .redirect-domain {
        font-weight: bold;
        color: #007bff;
    }
    .redirect-timer {
        font-size: 28px;
        font-weight: bold;
        color: #d9534f;
        margin: 20px 0;
    }
    .redirect-buttons a {
        display: inline-block;
        padding: 10px 20px;
        margin: 5px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }
    .btn-proceed {
        background-color: #5cb85c;
        color: white;
    }
    .btn-back {
        background-color: #f0ad4e;
        color: white;
    }