body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(to right, #ff9966, #ff5e62);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.alert-icon {
    margin-bottom: 20px;
}

.message {
    font-size: 18px;
    line-height: 1.5;
}

.message a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
}

.message a:hover {
    text-decoration: underline;
}
