body{
    background: linear-gradient(to right, #0f172a, #020617);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: 420px;
}

.table{
    color: white;
}

#result{
    background: rgba(255,255,255,0.05);
    padding: 10px;
    border-radius: 10px;
}
