body {
    margin: 0;
    background: #111;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    max-width: 700px;
    padding: 20px;
}

.icon {
    width: 60px;
    height: 60px;
    background: #4f46e5;
    border-radius: 12px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
}

h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

p {
    color: #b0b0b0;
    font-size: 18px;
}

a {
    color: #6ea8ff;
    text-decoration: none;
    font-size: 18px;
}

a:hover {
    text-decoration: underline;
}
