body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #2e004f;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    width: 90%;
    max-width: 600px;
}

header {
    margin-bottom: 2rem;
}

header h1 {
    font-size: 1.5rem;
    color: #ffffff;
}

.redirect {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.redirect .domain {
    color: #ff4040;
    font-weight: bold;
}

.arrow {
    font-size: 1.5rem;
    color: #ff4040;
    margin-bottom: 1.5rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

td {
    padding: 0.8rem;
    font-size: 0.9rem;
}

.status {
    text-transform: uppercase;
}

.status.live {
    color: #00ff00;
}
