body {
    font-family: "Segoe UI", sans-serif;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.btn {
    border-radius: 6px;
}

.wrap {
    padding: 40px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.header-btn {
    margin-top: 20px;
}

.btn-primary, .btn-success {
    padding: 10px 20px;
    font-size: 1.1em;
}

.breadcrumb {
    color: black;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

