
body {
    background-color: lightgray;
}

.component__demand-card {
    margin-bottom: 1em;
}

.component__demand-card .table-info > tbody > tr > th {
    text-align: right;
}

.facebook-btn {
    display: inline-block;
    background-color: #3b5998;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-facebook {
    background-color: #1a77f2;
    color: white;
    text-decoration: none;
}

.btn-facebook:hover {
    background-color: #2d4373;
    color: white;
}