footer {
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.btn-group{
    padding: 10%;
}

.btn{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    font-size: 2em;
    }
body{
    height: 100%;
    width: 100%;
}

label{
    margin-left: 5px;
}
.container-lg1{
    background-color: #2e1400;
    height: auto;
}

.container-lg{
    background-color: antiquewhite;
    margin: 20px;
    height: auto;
  
}
.container{
   
    text-align: left;
    font-size: medium;
    height: auto;

  
}

.cbHTMLBlockContainer{
    color: #000000 !important

}

h3{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}
h1{
    color: rgb(88, 60, 24);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #115425;
    transition: var(--bs-progress-bar-transition);
}

.img-thumbnail {
    background-color: transparent;
    border: none !important;

}
