body {
    padding-top: 56px;
    background-color: #f8f9fa;
    color: #333;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #ff69b4;
}

.footer {
    background-color: #dda0dd;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

h1, h2 {
    color: #ff69b4;
}

.categoria-nome {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    color: #ff69b4;
    text-align: center;
}

.btn-primary, .btn-danger, .btn-secondary, .btn-info {
    background-color: #ff69b4;
    border-color: #ff69b4;
    color: #fff;
}

.btn-primary:hover, .btn-danger:hover, .btn-secondary:hover, .btn-info:hover {
    background-color: #ff1493;
    border-color: #ff1493;
}

.table {
    background-color: #fff;
}

.table th {
    background-color: #ff69b4;
    color: #fff;
}

.table td {
    vertical-align: middle;
}

.card {
    border: 1px solid #ff69b4;
    margin-bottom: 20px;
}

.card-title {
    color: #ff69b4;
}

.footer .text-muted {
    color: #333;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}

.logo h1 {
    font-size: 24px;
    color: #ff69b4;
    font-weight: bold;
}

@media (max-width: 768px) {
    .logo h1 {
        font-size: 20px;
    }

    .table-responsive {
        overflow-x: auto;
    }
    
    .table th, .table td {
        white-space: nowrap;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-toggler {
        margin-left: auto;
    }
}
