@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #343030 !important;
}

.header {
    background: linear-gradient(to bottom, rgba(32,32, 32, .50), rgba(32,32, 32, .50)), url('/images/bg.jpeg') no-repeat;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .header i {
        color: white;
        font-size: 45px;
    }

    .header p {
        margin-top: 25px;
        margin-left: 10px;
        color: white;
        font-size: 35px;
        font-weight: bold;
    }

.table thead tr th {
    color: #569EA2;
}

.category-title {
    color: #E08826;
    font-size: 25px;
    margin-left: 5px;
    font-weight: bold;
}

td {
    color: #ededed;
}
