@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
   .container{
      max-width: 75% !important;
  }
}

.dropcap {
    float: left; 
    line-height: 40px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: inherit;
    font-weight: bolder; 
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 0vh !important;
  background-color: var(--bs-backdrop-bg);
}