/* Custom styles for the banner */
.banner {
    background-color: #000000;
    color: white;
    height: auto; /* 20% of the viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#markFinishedBtn.btn-success {
    background-color: green;
    border-color: green;
}

.table-header-custom {
    background-color: #80004A;
    color: white;
}

.responsive {
    width: 100%;
    height: auto;
  }

footer {
        background-color: #2d2b1f;
        color: white;
        padding: 20px 0;
        margin-top: 40px;
    }