/* .holder {
    width: 100%;
    height: 1000px;
    position: relative;
}

.frame {
    width: 100%;
    height: 100%;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--bg-color);
}

.bottombar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.5px;
    background: var(--bg-color);
} */

.btn {
    background-color: #1c6434 !important;
    color: white !important; 
}