/* Perusasettelu */
body {
    background: #f8f9fa;
}

/* Kortin muotoilu */
.card {
    max-width: 1000px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Kortin yläosa */
.card-header {
    background: #b93988;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

/* Generoitujen nimien alue */
#name {
    font-weight: normal;
    color: #b93988;
    font-size: 20px;
}

/* Painikkeet */
.btn-success {
    width: 100%;
    background: #b93988;
    border:1px solid #b93988;
}

/* Numerokenttä */
#amount {
    max-width: 80px;
}
