/* Custom styles for the banner */
.banner {
    background-color: #4b084e;
    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;
  }